This commit is contained in:
krahets
2026-04-03 18:46:15 +08:00
parent 377736b1bd
commit 9d21ca86b0
352 changed files with 46563 additions and 11262 deletions
+3 -3
View File
@@ -9,13 +9,13 @@ icon: material/family-tree
!!! abstract
Heaps are like mountain peaks, layered and undulating, each with its unique form.
Heaps are like mountain peaks, rising layer upon layer, each with a distinct shape.
The peaks rise and fall at varying heights, yet the tallest peak 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.2   Heap Construction Operation](build_heap.md)
- [8.3   Top-k Problem](top_k.md)
- [8.4   Summary](summary.md)