Add the summary of backtracking (#561)

This commit is contained in:
Yudong Jin
2023-06-22 00:22:15 +08:00
committed by GitHub
parent 6519653b8f
commit 674ff2910a
4 changed files with 37 additions and 13 deletions

View File

@@ -211,6 +211,7 @@ nav:
- 12.2.   全排列问题: chapter_backtracking/permutations_problem.md
- 12.3.   子集和问题New: chapter_backtracking/subset_sum_problem.md
- 12.4.   N 皇后问题: chapter_backtracking/n_queens_problem.md
- 12.5.   小结: chapter_backtracking/summary.md
- 13.     附录:
- 13.1.   编程环境安装: chapter_appendix/installation.md
- 13.2.   一起参与创作: chapter_appendix/contribution.md