Starting my technical interview journey with practicing problems from neetcode.io.
The NeetCode 150 problems are an addition to the list of Blind 75 problems.
Problems are broken down into different patterns that might be encountered during a technical interview question.
- Arrays and Hashing
- Two Pointers
- Sliding Window
- Stack
- Binary Search
- Linked List
- Trees
- Tries
- Heap / Priority Queue
- Backtracking
- Graphs
- Advanced Graphs
- 1-D Dynamic Programming
- 2-D Dynamic Programming
- Greedy
- Intervals
- Math & Geometry
- Bit Manipulation
Top comments (0)