A personal repository to track and document my progress through the NeetCode 250 coding problems. This challenge covers essential data structures and algorithms frequently asked in technical interviews.
The NeetCode 250 list is divided into the following topics:
- ✅ Arrays & Hashing
- ✅ Two Pointers
- ✅ Sliding Window
- ✅ Stack
- ✅ Binary Search
- ✅ Linked List
- ✅ Trees
- ✅ Tries
- ✅ Heap / Priority Queue
- ✅ Backtracking
- ✅ Graphs
- ✅ Advanced Graphs
- ✅ 1D DP
- ✅ 2D DP
- ✅ Greedy
- ✅ Intervals
- ✅ Math & Geometry
- ✅ Bit Manipulation