This commit is contained in:
krahets
2024-04-02 19:00:01 +08:00
parent bd0535ab5a
commit 20f79f5f32
19 changed files with 13343 additions and 2 deletions

View File

@ -0,0 +1,21 @@
---
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/)