Study Checklist
Algorithm Approaches
*FS
Graph/Tree Tav (BFS/DFS)GA
GreedyD&C
Divide and ConquerREC
RecursionDP
Dynamic Programming, also rec with memoSW
Sliding WindowBAK
Back Tracking
Topics
- Trees
- BSTs
- Hash
- Bin Search
- Sort: Merge, Quick
- Arrays
- Linked Lists
- Stack, Queue, Heap
- Recursion
- Bit Manipulation