Modify the chapter names.

Fix the definition of algorithm.
Update the buttons in the landing page.
This commit is contained in:
krahets
2023-07-01 03:03:42 +08:00
parent 920512d872
commit 92d165cfcc
7 changed files with 15 additions and 16 deletions
+3 -3
View File
@@ -124,12 +124,12 @@ extra_css:
# Page tree
nav:
- 0.     写在前面:
- 0.     前言:
- chapter_preface/index.md
- 0.1.   关于本书: chapter_preface/about_the_book.md
- 0.2.   如何使用本书: chapter_preface/suggestions.md
- 0.3.   小结: chapter_preface/summary.md
- 1.     引言:
- 1.     初识算法:
- chapter_introduction/index.md
- 1.1.   算法无处不在: chapter_introduction/algorithms_are_everywhere.md
- 1.2.   算法是什么: chapter_introduction/what_is_dsa.md
@@ -214,7 +214,7 @@ nav:
- 12.5.   小结: chapter_backtracking/summary.md
- 13.     动态规划:
- chapter_dynamic_programming/index.md
- 13.1.   初动态规划: chapter_dynamic_programming/intro_to_dynamic_programming.md
- 13.1.   初动态规划: chapter_dynamic_programming/intro_to_dynamic_programming.md
- 14.     附录:
- 14.1.   编程环境安装: chapter_appendix/installation.md
- 14.2.   一起参与创作: chapter_appendix/contribution.md