mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-24 02:21:30 +08:00
Unify the headings in mkdocs.yml and the articles.
This commit is contained in:
@@ -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. 二叉树:
|
||||
|
||||
Reference in New Issue
Block a user