mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 18:56:29 +08:00
21 lines
612 B
Markdown
21 lines
612 B
Markdown
---
|
|
comments: true
|
|
icon: material/family-tree
|
|
---
|
|
|
|
# 第 8 章 堆
|
|
|
|
![堆](../assets/covers/chapter_heap.jpg){ class="cover-image" }
|
|
|
|
!!! abstract
|
|
|
|
堆就像是山岳峰峦,层叠起伏、形态各异。
|
|
|
|
座座山峰高低错落,而最高的山峰总是最先映入眼帘。
|
|
|
|
## 本章内容
|
|
|
|
- [8.1 堆](https://www.hello-algo.com/chapter_heap/heap/)
|
|
- [8.2 建堆操作](https://www.hello-algo.com/chapter_heap/build_heap/)
|
|
- [8.3 Top-k 问题](https://www.hello-algo.com/chapter_heap/top_k/)
|
|
- [8.4 小结](https://www.hello-algo.com/chapter_heap/summary/)
|