You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/docs/chapter_heap/index.md

26 lines
657 B

1 year ago
---
comments: true
1 year ago
icon: material/family-tree
1 year ago
---
1 year ago
# 第 8 章   堆
1 year ago
<div class="center-table" markdown>
1 year ago
![](../assets/covers/chapter_heap.jpg){ class="cover-image" }
1 year ago
</div>
1 year ago
1 year ago
!!! abstract
12 months ago
堆就像是山岳峰峦,层叠起伏、形态各异。
1 year ago
12 months ago
座座山峰高低错落,而最高的山峰总是最先映入眼帘。
1 year ago
1 year ago
## 本章内容
- [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/)