/Data-Structure-Algorithm-Programs

This Repo consists of Data structures and Algorithms

Primary LanguageC++

LOC Stars Badge Forks Badge Language  Update  Progress  Visitors

πŸ“šData Structures

Before dive into this repo you should know why do we need these concepts. What is Role of DSA in your real life??

β€œ For solving any real-world problem with a programming approach we need to follow some steps & strategy. The collection of that steps is Algorithm, whereas a data structure is a way to store and organize data during solving that problem or constructing any software so that it can be used efficiently in terms of time and space, this way Data structure & Algorithms always allow us to write efficient and optimized computer programs.”

  • STL is standard template library, It is most powerful & useful while doing competitive coding questions Read More.

  • Problems on Data structure & Algorithms (Competitive coding) Click Here to get into problems section.

  • NOTE : Click on [:blue_book:] for getting hand written notes on particular topic.

Data Structures

Big-O complexities of common Data structure & Algorithm

Graph Algorithm

πŸ“šAlgorithms

Algorithms

In software development we have two phases:-