hello-algo/chapter_heap/index.md

20 lines
483 B
Markdown
Raw Normal View History

2023-06-02 01:35:02 +08:00
---
comments: true
2023-07-17 17:51:03 +08:00
icon: material/family-tree
2023-06-02 01:35:02 +08:00
---
# 8.   堆
<div class="center-table" markdown>
![](../assets/covers/chapter_heap.jpg){ width="70%" }
</div>
2023-07-17 17:51:03 +08:00
## 本章内容
- [8.1 &nbsp; 堆](https://www.hello-algo.com/chapter_heap/heap/)
- [8.2 &nbsp; 建堆操作](https://www.hello-algo.com/chapter_heap/build_heap/)
- [8.3 &nbsp; Top-K 问题](https://www.hello-algo.com/chapter_heap/top_k/)
- [8.4 &nbsp; 小结](https://www.hello-algo.com/chapter_heap/summary/)