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.
22 lines
643 B
22 lines
643 B
---
|
|
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/)
|