Add the section of hanota problem. (#614)

This commit is contained in:
Yudong Jin
2023-07-17 02:20:49 +08:00
committed by GitHub
parent f839dc1b0e
commit 909daea105
16 changed files with 250 additions and 1 deletions

View File

@ -208,7 +208,8 @@ nav:
- 12.     分治:
- chapter_divide_and_conquer/index.md
- 12.1.   分治算法New: chapter_divide_and_conquer/divide_and_conquer.md
- 12.2.   构建树问题New: chapter_divide_and_conquer/build_binary_tree.md
- 12.2.   构建树问题New: chapter_divide_and_conquer/build_binary_tree_problem.md
- 12.3.   汉诺塔问题New: chapter_divide_and_conquer/hanota_problem.md
- 13.     回溯:
- chapter_backtracking/index.md
- 13.1.   回溯算法: chapter_backtracking/backtracking_algorithm.md