Skip to content

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

Notifications You must be signed in to change notification settings

LINSANITY03/Leetcode_problems

Repository files navigation

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