mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-24 18:43:59 +08:00
deploy
This commit is contained in:
@@ -4336,7 +4336,7 @@
|
||||
<p align="center"> 圖 7-4 完美二元樹 </p>
|
||||
|
||||
<h3 id="2_1">2. 完全二元樹<a class="headerlink" href="#2_1" title="Permanent link">¶</a></h3>
|
||||
<p>如圖 7-5 所示,<u>完全二元樹(complete binary tree)</u>只有最底層的節點未被填滿,且最底層節點儘量靠左填充。請注意,完美二元樹也是一棵完全二元樹。</p>
|
||||
<p>如圖 7-5 所示,<u>完全二元樹(complete binary tree)</u>僅允許最底層的節點不完全填滿,且最底層的節點必須從左至右依次連續填充。請注意,完美二元樹也是一棵完全二元樹。</p>
|
||||
<p><a class="glightbox" href="../binary_tree.assets/complete_binary_tree.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="完全二元樹" class="animation-figure" src="../binary_tree.assets/complete_binary_tree.png" /></a></p>
|
||||
<p align="center"> 圖 7-5 完全二元樹 </p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user