This commit is contained in:
krahets
2025-04-15 15:47:04 +08:00
parent 0c27a40274
commit ff4d758bef
36 changed files with 346 additions and 346 deletions

View File

@@ -4336,7 +4336,7 @@
<p align="center"> 圖 7-4 &nbsp; 完美二元樹 </p>
<h3 id="2_1">2. &nbsp; 完全二元樹<a class="headerlink" href="#2_1" title="Permanent link">&para;</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 &nbsp; 完全二元樹 </p>