Section 1: Algorithms
-
ICPC and LLDB GDB
-
Binary Index Tree, Trie, and KMP
-
Trie: String Split
-
DP: Longest Common Subsequence
-
System: process, thread, and files
-
Segment Tree: Max and Sum
-
Monotonic queue: Max for sliding window
-
System design
-
K Sum
-
Buy-sell Stock
-
Graph: cycle detection
-
Min and Max Heap
-
Binary search lower and upperbound
-
Red-Black-Tree
-
R-Tree