Add the chapter of backtracking. (#459)

This commit is contained in:
Yudong Jin
2023-04-16 04:52:42 +08:00
committed by GitHub
parent 8bc41bc013
commit 49606fd199
25 changed files with 897 additions and 9 deletions
+6 -4
View File
@@ -177,7 +177,7 @@ nav:
- 10.3.   哈希查找: chapter_searching/hashing_search.md
- 10.4.   小结: chapter_searching/summary.md
- 11.     排序算法:
- 11.1.   排序简介: chapter_sorting/intro_to_sort.md
- 11.1.   排序算法: chapter_sorting/sorting_algorithm.md
- 11.2.   冒泡排序: chapter_sorting/bubble_sort.md
- 11.3.   插入排序: chapter_sorting/insertion_sort.md
- 11.4.   快速排序: chapter_sorting/quick_sort.md
@@ -186,8 +186,10 @@ nav:
- 11.7.   计数排序(New: chapter_sorting/counting_sort.md
- 11.8.   基数排序(New: chapter_sorting/radix_sort.md
- 11.9.   小结: chapter_sorting/summary.md
- 12.     附录:
- 12.1.   编程环境安装: chapter_appendix/installation.md
- 12.2.   一起参与创作: chapter_appendix/contribution.md
- 12.     回溯算法:
- 12.1.   回溯算法: chapter_backtracking/backtracking_algorithm.md
- 13.     附录:
- 13.1.   编程环境安装: chapter_appendix/installation.md
- 13.2.   一起参与创作: chapter_appendix/contribution.md
- 参考文献:
- chapter_reference/index.md