This commit is contained in:
krahets
2023-11-09 05:13:48 +08:00
parent 9701430089
commit 0105644232
83 changed files with 516 additions and 509 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ comments: true
接下来我们来进行更为准确的计算。为了减小计算难度,假设给定一个节点数量为 $n$ ,高度为 $h$ 的“完美二叉树”,该假设不会影响计算结果的正确性。
![完美二叉树的各层节点数量](build_heap.assets/heapify_operations_count.png)
![完美二叉树的各层节点数量](build_heap.assets/heapify_operations_count.png){ class="animation-figure" }
<p align="center"> 图 8-5 &nbsp; 完美二叉树的各层节点数量 </p>