- Ace Coding Interview with 75 Qs
- 75 essential & trending problems
- 22 different topics
- Must do problem list for interview prep
- Array / String (9 problems)
- Two Pointers (4 problems)
- Sliding Window (4 problems)
- Prefix Sum (2 problems)
- Hash Map / Set (4 problems)
- Stack (3 problems)
- Queue (2 problems)
- Linked List (4 problems)
- Binary Tree - DFS (6 problems)
- Binary Tree - BFS (2 problems)
- Binary Search Tree (2 problems)
- Graph - DFS (4 problems)
- Graph - BFS (2 problems)
- Heap / Priority Queue (4 problems)
- Binary Search (4 problems)
- Backtracking (2 problems)
- DP - 1D (4 problems)
- DP - Multidimensional (4 problems)
- Bit Manipulation (3 problems)
- Trie (2 problems)
- Intervals (2 problems)
- Monotonic Stack (2 problems)
- Java
- Python3