Polish some texts.

This commit is contained in:
krahets
2023-05-24 20:57:08 +08:00
parent 16365ae5f0
commit b9178bc7d6
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ nav:
- 10.5.   小结: chapter_searching/summary.md
- 11.     排序算法:
- 11.1.   排序算法: chapter_sorting/sorting_algorithm.md
- 11.2.   选择排序: chapter_sorting/selection_sort.md
- 11.2.   选择排序(New): chapter_sorting/selection_sort.md
- 11.3.   冒泡排序: chapter_sorting/bubble_sort.md
- 11.4.   插入排序: chapter_sorting/insertion_sort.md
- 11.5.   快速排序: chapter_sorting/quick_sort.md