- 刷題策略
- Space Repetition
- neetcode roadmap
- Grind 75, 169
- Resources
- Tech Interview Handbook’s algorithm study cheatsheets.
- How to practice for 2200+ rating in LC
- 演算法筆記
- Algorithms for Competitive Programming
- Solved all dynamic programming (dp) problems in 7 months
- Powerful Ultimate Binary Search Template. Solved many problems
- Binary Search 101
- A summary about how to solve Linked List problem, C++
- POWER UP C++ WITH THE STANDARD TEMPLATE LIBRARY PART ONE
- awesome-competitive-programming
- Graph algorithms + problems to practice
- Behavior Question 你需要知道的都在這裡了
- system-design-interview
- system-design-primer
- A summary: how to use bit manipulation to solve problems easily and efficiently
- Problems
- Array Problems
- Prefix Sum Problems
- String Problems
- Linked List Problems
- Hash Table Problems
- Heap(Priority Queue) Problems
- Balanced Search Tree Problems
- Line Sweep Problems
- Queue Problem
- Stack Problems
- Bit Manipulation Problems
- Sorting Problems
- Binary Search Problems
- Tree Problems
- Two Pointer & Sliding Window Problems
- Graph Problems
- Dynamic Programming Problems
- Greedy Problems
- Divide and Conquer Problems
- Segment Tree Problems
- Trie Problems
- Math Problems
- Game Theory Problems