hello-algo/docs/chapter_heap/index.md

26 lines
657 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
---
2023-08-19 22:07:27 +08:00
# 第 8 章   堆
2023-06-02 01:35:02 +08:00
<div class="center-table" markdown>
2023-11-09 05:13:48 +08:00
![](../assets/covers/chapter_heap.jpg){ class="cover-image" }
2023-06-02 01:35:02 +08:00
</div>
2023-07-17 17:51:03 +08:00
2023-08-03 04:37:52 +08:00
!!! abstract
2023-12-02 06:24:05 +08:00
堆就像是山岳峰峦,层叠起伏、形态各异。
2023-08-03 04:37:52 +08:00
2023-12-02 06:24:05 +08:00
座座山峰高低错落,而最高的山峰总是最先映入眼帘。
2023-08-03 04:37:52 +08:00
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/)
2023-12-28 17:18:37 +08:00
- [8.3 &nbsp; Top-k 问题](https://www.hello-algo.com/chapter_heap/top_k/)
2023-07-17 17:51:03 +08:00
- [8.4 &nbsp; 小结](https://www.hello-algo.com/chapter_heap/summary/)