Polish the content.

This commit is contained in:
krahets
2023-08-21 03:57:09 +08:00
parent f5dda8d99a
commit 1aff6d6cc2
19 changed files with 44 additions and 38 deletions

View File

@ -144,7 +144,7 @@ nav:
- 1.1   算法无处不在: chapter_introduction/algorithms_are_everywhere.md
- 1.2   算法是什么: chapter_introduction/what_is_dsa.md
- 1.3   小结: chapter_introduction/summary.md
- 第 2 章   复杂度:
- 第 2 章   时空复杂度:
# [icon: material/timer-sand]
- chapter_computational_complexity/index.md
- 2.1   算法效率评估: chapter_computational_complexity/performance_evaluation.md
@ -173,7 +173,7 @@ nav:
- 5.2   队列: chapter_stack_and_queue/queue.md
- 5.3   双向队列: chapter_stack_and_queue/deque.md
- 5.4   小结: chapter_stack_and_queue/summary.md
- 第 6 章   散列:
- 第 6 章   哈希:
# [icon: material/table-search]
- chapter_hashing/index.md
- 6.1   哈希表: chapter_hashing/hash_map.md