Skip to content

prakhar7017/DSA-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in C++

This repository contains implementations of various data structures and algorithms in C++. It's a collection of code examples, templates, and explanations to help you understand and practice DSA in C++.

Table of Contents

  1. Introduction
  2. Data Structures
  3. Algorithms
  4. Usage
  5. Contributing
  6. License

Introduction

Data Structures and Algorithms are fundamental concepts in computer science and software development. This repository is a resource for learning and practicing these concepts in C++. You'll find various data structures like arrays, linked lists, trees, and heaps, along with algorithms for searching, sorting, and more.

Data Structures

This section includes implementations and explanations of common data structures such as:

Algorithms

Here you'll find algorithms for various tasks like sorting, searching, and more. Some of the algorithms covered include:

Usage

You can use the code examples and explanations in this repository to learn and practice DSA in C++. Each data structure and algorithm is organized in its respective folder and comes with code examples and explanations.

To run the C++ code, make sure you have a C++ compiler installed. You can compile and run the programs using the following commands:

g++ filename.cpp -o output
./output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages