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

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.     二叉树: