Algorithm Notes
Review & practice the common Data Structures and Alogorithms, with leetcode problems.
The code can be found in repo: https://github.com/brofu/leetcode
Data Structures
- Array & String
 - List
 - Tree
 - Graph
 - Heap
 - Stack
 
Algorithms
- Sorting
 - BFS
 - DFS
 - Backtrack
 - Dynamic Programming
 - Greedy
 
A Mind Map
;