programming_thoughts
Programing Thoughts 1: divide and solve
Break the problem into smaller sub-problems.
For instance:
- Data Structure
- Linked Table
- Tree
- Graph
- Algorithm
- Recursion
- Sort
- Search
- Backtrack
- Dynamic programming
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!