This commit is contained in:
krahets
2024-04-28 22:36:06 +08:00
parent 7803a73a99
commit b1bd0c8f8d
43 changed files with 990 additions and 430 deletions
+2 -2
View File
@@ -4443,8 +4443,8 @@
</div>
</div>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p>設平衡因子為 <span class="arithmatex">\(f\)</span> ,則一棵 AVL 樹的任意節點的平衡因子皆滿足 <span class="arithmatex">\(-1 \le f \le 1\)</span></p>
</div>
<h2 id="752-avl">7.5.2 &nbsp; AVL 樹旋轉<a class="headerlink" href="#752-avl" title="Permanent link">&para;</a></h2>