| ID | Problem | C++ |
|---|---|---|
| 1001 | Exponentiation(高精度大数乘法) | C++ |
| 1002 | 487-3279(格式转换) | C++ |
| 1003 | Hangover[水题] | C++ |
| 1004 | Financial Management[水题] | C++ |
| 1006 | Biorhythms(中国剩余定理) | C++ |
| 1007 | DNA Sorting(字符串排序) | C++ |
| ID | Problem | C++ | Source |
|---|---|---|---|
| 1 | N皇后问题(回溯) | C++ | HDU 2553 |
| C++(精简版) | |||
| 2 | Red and Black(DFS) | C++ | HDU 1312 |
| 3 | 迷宫问题(BFS) | C++ | POJ 3984 |
| 4 | Dungeon Master(BFS) | C++ | POJ 2251 |
| 5 | Catch the Cow(BFS) | C++ | POJ 3278 |
| 6 | Find a way(BFS) | C++ | POJ 3279 |
| 7 | Fire Net(DFS) | C++ | ZOJ 1002 |
| 8 | 棋盘问题(DFS) | C++ | POJ 1321 |
| 9 | Oil Deposits(DFS) | C++ | HDU 1241 |
| ID | Problem | C++ | Source |
|---|---|---|---|
| 1 | Same Tree(判等) | C++ | LeetCode 100 |
| 2 | Symmetric Tree(判断对称) | C++ | LeetCode 101 |
| 3 | Path Sum | C++ | LeetCode 437 |
| 4 | Lowest Common Ancestor of a Binary Search Tree | C++ | LeetCode 235 |