- Book: Algorithms 4th
- Book: Cracking the Coding Interview
- Book: Programming Contest Challenge Book (and all OJ problems in the book)
- Task: 600 Selected LeetCode Problems
- Task: Browse and implement the templates for advanced algorithms
- Task: Luogu lists
- Task: CSES
- Tree
- Stack
- Queue
- Quick Sort, Merge Sort
- Binary Search
- DFS
- BFS
- Trie
- Heap (Priority Queue)
- Union Find
- Binary Index Tree
- Segment Tree
- KMP
- Floyd
- Bellman-Ford
- Dijkstra
- Prim
- Kruskal
- Hungarian
- Sparse Table
- A*
- ac
- LIS
- Ford-Fulkerson
- Minimum Cost Maximum
- Difference Constraints
TODO
Reference: