mirror of
https://github.com/krahets/hello-algo.git
synced 2026-05-11 19:17:05 +08:00
Add the initial translation for the Heap chapter (#1210)
This commit is contained in:
@@ -97,13 +97,13 @@ nav:
|
||||
- 7.4 Binary Search Tree: chapter_tree/binary_search_tree.md
|
||||
- 7.5 AVL Tree *: chapter_tree/avl_tree.md
|
||||
- 7.6 Summary: chapter_tree/summary.md
|
||||
# - Chapter 8. Heap:
|
||||
# # [icon: material/family-tree]
|
||||
# - chapter_heap/index.md
|
||||
# - 8.1 Heap: chapter_heap/heap.md
|
||||
# - 8.2 Building a Heap: chapter_heap/build_heap.md
|
||||
# - 8.3 Top-k Problem: chapter_heap/top_k.md
|
||||
# - 8.4 Summary: chapter_heap/summary.md
|
||||
- Chapter 8. Heap:
|
||||
# [icon: material/family-tree]
|
||||
- chapter_heap/index.md
|
||||
- 8.1 Heap: chapter_heap/heap.md
|
||||
- 8.2 Building a Heap: chapter_heap/build_heap.md
|
||||
- 8.3 Top-k Problem: chapter_heap/top_k.md
|
||||
- 8.4 Summary: chapter_heap/summary.md
|
||||
# - Chapter 9. Graph:
|
||||
# # [icon: material/graphql]
|
||||
# - chapter_graph/index.md
|
||||
|
||||
Reference in New Issue
Block a user