Skip to content

Latest commit

 

History

History

DSA

DSA (Data Structure and Algorithms)

This folder contains essential DSA questions covering a wide range of topics.

  • Each topic has its dedicated folder, containing solutions to various DSA and LeetCode problems.
  • Each file includes a link to the corresponding LeetCode question.
  • Solutions presented in various approaches (including brute force, improved, and optimized solutions).
  • Solution link to the youtube video.
  • Theory related to the question and its underlying topic.

Flow to Study

  1. Maths
  2. Arrays
  3. Searching and Sorting
  4. Binary Search
  5. Strings
  6. Bit Manupulation
  7. Hashing
  8. Recursion
  9. Linked List
  10. Stacks
  11. Queue
  12. Binary Trees
  13. Binary Search Trees
  14. Heaps
  15. Tries
  16. AVL
  17. Graphs
  18. Dynamic Programming
  19. Greedy