Files
hello-algo/en/docs/chapter_heap/index.md
T
krahets 3c9d5689c4 build
2025-12-31 19:37:45 +08:00

22 lines
515 B
Markdown

---
comments: true
icon: material/family-tree
---
# Chapter 8.   Heap
![Heap](../assets/covers/chapter_heap.jpg){ class="cover-image" }
!!! abstract
Heaps are like mountain peaks, layered and undulating, each with its unique form.
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   Building a Heap](build_heap.md)
- [8.3   Top-K Problem](top_k.md)
- [8.4   Summary](summary.md)