Skip to content

yatharta/Data-Structure-Algorithm-Programs

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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:-

About

This Repo consists of Data structures and Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.5%
  • C 24.1%
  • Other 0.4%