You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/en/docs/chapter_heap/index.md

22 lines
488 B

---
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](heap.md)
- [8.2   Building a heap](build_heap.md)
- [8.3   Top-k problem](top_k.md)
- [8.4   Summary](summary.md)