/Leetcode_problems

Repository consists of solution for data structures and algorithms focusing on technical problems.

Primary LanguagePython

Leetcode solution

these are Neetcode 150 solutions from https://neetcode.io/practice

  1. Array-Hashing
  2. Two-Pointer
  3. Sliding-Window
  4. Stack
  5. Binary-Search
  6. Linked-List
  7. Trees
  8. Tries
  9. Heap/Priority Queue
  10. Backtracking
  11. Graphs
  12. Advanced Graphs
  13. 1-D Dynamic Programming