Files
hello-algo/en/docs/chapter_heap/index.md
T
krahets e81bc45c43 build
2025-03-14 17:51:03 +08:00

22 lines
544 B
Markdown

---
comments: true
icon: material/family-tree
---
# Chapter 8.   Heap
![Heap](../assets/covers/chapter_heap.jpg){ class="cover-image" }
!!! abstract
Heaps resemble mountains and their jagged peaks, layered and undulating, each with its unique form.
Each mountain peak rises and falls in scattered heights, yet the tallest always captures attention 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)