hello-algo/en/docs/chapter_heap/index.md
2024-04-02 19:00:01 +08:00

22 lines
652 B
Markdown

---
comments: true
icon: material/family-tree
---
# Chapter 8.   Heap
![Heap](../assets/covers/chapter_heap.jpg){ class="cover-image" }
!!! abstract
The heap is like mountain peaks, stacked and undulating, each with its unique shape.
Among these peaks, the highest one always catches the eye first.
## Chapter Contents
- [8.1   Heap](https://www.hello-algo.com/en/chapter_heap/heap/)
- [8.2   Building a Heap](https://www.hello-algo.com/en/chapter_heap/build_heap/)
- [8.3   Top-k Problem](https://www.hello-algo.com/en/chapter_heap/top_k/)
- [8.4   Summary](https://www.hello-algo.com/en/chapter_heap/summary/)