mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-07 19:46:29 +08:00
22 lines
529 B
Markdown
22 lines
529 B
Markdown
---
|
|
comments: true
|
|
icon: material/family-tree
|
|
---
|
|
|
|
# Chapter 8. Heap
|
|
|
|
{ class="cover-image" }
|
|
|
|
!!! abstract
|
|
|
|
Heaps are like mountain peaks, rising layer upon layer, each with a distinct shape.
|
|
|
|
The peaks rise and fall at varying heights, yet the tallest peak always catches the eye first.
|
|
|
|
## Chapter contents
|
|
|
|
- [8.1 Heap](heap.md)
|
|
- [8.2 Heap Construction Operation](build_heap.md)
|
|
- [8.3 Top-k Problem](top_k.md)
|
|
- [8.4 Summary](summary.md)
|