This commit is contained in:
krahets
2025-12-31 19:37:45 +08:00
parent 29ec0c699d
commit 3c9d5689c4
279 changed files with 40895 additions and 16087 deletions
+4 -4
View File
@@ -9,13 +9,13 @@ icon: material/family-tree
!!! abstract
Heaps resemble mountains and their jagged peaks, layered and undulating, each with its unique form.
Heaps are like mountain peaks, layered and undulating, each with its unique form.
Each mountain peak rises and falls in scattered heights, yet the tallest always captures attention first.
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   Building a Heap](build_heap.md)
- [8.3   Top-K Problem](top_k.md)
- [8.4   Summary](summary.md)