Unify the headings in mkdocs.yml and the articles.

This commit is contained in:
krahets
2023-02-26 20:16:55 +08:00
parent 5b44ff5397
commit 1a49631dba
11 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ nav:
- 3.3.   小结: chapter_data_structure/summary.md
- 4.     数组与链表:
- 4.1.   数组(Array: chapter_array_and_linkedlist/array.md
- 4.2.   链表(LinkedList: chapter_array_and_linkedlist/linked_list.md
- 4.2.   链表(Linked List: chapter_array_and_linkedlist/linked_list.md
- 4.3.   列表(List: chapter_array_and_linkedlist/list.md
- 4.4.   小结: chapter_array_and_linkedlist/summary.md
- 5.     栈与队列:
@@ -153,7 +153,7 @@ nav:
- 5.3.   双向队列(Deque: chapter_stack_and_queue/deque.md
- 5.4.   小结: chapter_stack_and_queue/summary.md
- 6.     散列表:
- 6.1.   哈希表(HashMap: chapter_hashing/hash_map.md
- 6.1.   哈希表(Hash Map: chapter_hashing/hash_map.md
- 6.2.   哈希冲突处理: chapter_hashing/hash_collision.md
- 6.3.   小结: chapter_hashing/summary.md
- 7.     二叉树: