Skip to content

jatinAgarwala/Ultimate_Algorithms_Repository

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

DATA STRUCTURE AND ALGORITHMS(C++)

DISCLAMER(Very Very Important)

  1. Knowing a programming language and DSA are two different things .

    eg. you might be knowing python , c, c++ , java etc but if you know DSA then you can implement them in any programming language with minor syntatic modifications .

  2. This Repository does not intend to spoon feed , it can be used for studying in the right direction , but the efforts should be solely yours .

WHY ?

If you want to crack the interviews and get into the product based compnies.

If you love to solve the real-world complex problems.

WHY C++ ?

C++ is by far the the most popular language of choice for competitive programmers across the world as it is usually faster than Java and Python, and most of the resources are available in C++. C++ also has a vast library called STL(Standard Template Library) which makes life a lot easier for competitive coders.

ROADMAP

  1. 1-D Arrays
  2. 2-D Arrays
  3. Character Arrays
  4. Strings
  5. Pointers
  6. Dynamic Memory Allocation
  7. STL - ALGO'S
  8. Sorting Algorithms
  9. BINARY SEARCH
  10. Vectors
  11. Bit Manipulation
  12. Number Theory
  13. Recursion
  14. Backtracking
  15. Space and Time Complexities
  16. OOP'S
  17. Linked List
  18. Stacks
  19. Queues
  20. Deque
  21. Binary Tree
  22. Binary Search Tree
  23. Heaps
  24. Hashing
  25. Greedy Algorithm's
  26. Dynamic Programming
  27. Graph
  28. Segment Tree/Fenwick Tree

About

This is a collection of Data Structures and Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%