Update table of content

This commit is contained in:
Yudong Jin
2022-12-11 03:06:22 +08:00
parent 5e9a5524d4
commit 0eebeea530
3 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@ nav:
- 哈希查找: chapter_searching/hashing_search.md
- 小结: chapter_searching/summary.md
- 排序算法:
- chapter_sorting/index.md
- 排序简介: chapter_sorting/intro_to_sort.md
- 冒泡排序: chapter_sorting/bubble_sort.md
- 插入排序: chapter_sorting/insertion_sort.md
- 快速排序: chapter_sorting/quick_sort.md