mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 16:16:28 +08:00
22 lines
643 B
Markdown
22 lines
643 B
Markdown
|
---
|
||
|
comments: true
|
||
|
icon: material/family-tree
|
||
|
---
|
||
|
|
||
|
# 第 8 章 堆積
|
||
|
|
||
|
![堆積](../assets/covers/chapter_heap.jpg){ class="cover-image" }
|
||
|
|
||
|
!!! abstract
|
||
|
|
||
|
堆積就像是山嶽峰巒,層疊起伏、形態各異。
|
||
|
|
||
|
座座山峰高低錯落,而最高的山峰總是最先映入眼簾。
|
||
|
|
||
|
## Chapter Contents
|
||
|
|
||
|
- [8.1 堆積](https://www.hello-algo.com/en/chapter_heap/heap/)
|
||
|
- [8.2 建堆積操作](https://www.hello-algo.com/en/chapter_heap/build_heap/)
|
||
|
- [8.3 Top-k 問題](https://www.hello-algo.com/en/chapter_heap/top_k/)
|
||
|
- [8.4 小結](https://www.hello-algo.com/en/chapter_heap/summary/)
|