mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 21:24:53 +08:00
feat: Add the section of Top-K problem (#551)
* Add the section of Top-K problem * Update my_heap.py * Update build_heap.md * Update my_heap.py
This commit is contained in:
@ -175,8 +175,9 @@ nav:
|
||||
- 8. 堆:
|
||||
- chapter_heap/index.md
|
||||
- 8.1. 堆: chapter_heap/heap.md
|
||||
- 8.2. 建堆操作 *: chapter_heap/build_heap.md
|
||||
- 8.3. 小结: chapter_heap/summary.md
|
||||
- 8.2. 建堆操作: chapter_heap/build_heap.md
|
||||
- 8.3. Top-K 问题: chapter_heap/top_k.md
|
||||
- 8.4. 小结: chapter_heap/summary.md
|
||||
- 9. 图:
|
||||
- chapter_graph/index.md
|
||||
- 9.1. 图: chapter_graph/graph.md
|
||||
|
||||
Reference in New Issue
Block a user