Based on the questions curated from Neetcode's roadmap.
The role of these notes is for my goal to finish Grind 75 with minimal hints.
These questions were attempted using Python
Types of questions covered:
- Arrays and Hashing
- Two Pointers
- Stacks
- Binary Search
- Sliding Window
- Linked List
- Trees
- Tries (Partial)
- Backtracking
- Heap/Priority Queue
- 1 Dimensional DP (I hate DP)