mirror of
https://github.com/krahets/hello-algo.git
synced 2025-08-02 11:33:18 +08:00
build
This commit is contained in:
21
en/docs/chapter_heap/index.md
Normal file
21
en/docs/chapter_heap/index.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
comments: true
|
||||
icon: material/family-tree
|
||||
---
|
||||
|
||||
# Chapter 8. Heap
|
||||
|
||||
{ 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/)
|
Reference in New Issue
Block a user