This commit is contained in:
krahets
2023-04-17 21:00:28 +08:00
parent ca2ccfea0b
commit cc58db2cfa
59 changed files with 3271 additions and 382 deletions

View File

@@ -25,7 +25,7 @@
<title>8.5.   小结 - Hello 算法</title>
<title>8.6.   小结 - Hello 算法</title>
@@ -79,7 +79,7 @@
<div data-md-component="skip">
<a href="#85" class="md-skip">
<a href="#86" class="md-skip">
跳转至
</a>
@@ -113,7 +113,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
8.5. &nbsp; 小结
8.6. &nbsp; 小结
</span>
</div>
@@ -983,6 +983,8 @@
<label class="md-nav__link" for="__nav_9" id="__nav_9_label" tabindex="0">
@@ -1030,9 +1032,23 @@
<li class="md-nav__item">
<a href="../array_representation_of_tree/" class="md-nav__link">
8.3. &nbsp; 二叉树数组表示
</a>
</li>
<li class="md-nav__item">
<a href="../binary_search_tree/" class="md-nav__link">
8.3. &nbsp; 二叉搜索树
8.4. &nbsp; 二叉搜索树
</a>
</li>
@@ -1046,7 +1062,7 @@
<li class="md-nav__item">
<a href="../avl_tree/" class="md-nav__link">
8.4. &nbsp; AVL 树 *
8.5. &nbsp; AVL 树 *
</a>
</li>
@@ -1069,7 +1085,7 @@
<a href="./" class="md-nav__link md-nav__link--active">
8.5. &nbsp; 小结
8.6. &nbsp; 小结
</a>
</li>
@@ -1757,7 +1773,7 @@
<h1 id="85">8.5. &nbsp; 小结<a class="headerlink" href="#85" title="Permanent link">&para;</a></h1>
<h1 id="86">8.6. &nbsp; 小结<a class="headerlink" href="#86" title="Permanent link">&para;</a></h1>
<ul>
<li>二叉树是一种非线性数据结构,体现“一分为二”的分治逻辑。每个二叉树节点包含一个值以及两个指针,分别指向其左子节点和右子节点。</li>
<li>对于二叉树中的某个节点,其左(右)子节点及其以下形成的树被称为该节点的左(右)子树。</li>
@@ -1848,7 +1864,7 @@
<nav class="md-footer__inner md-grid" aria-label="页脚" >
<a href="../avl_tree/" class="md-footer__link md-footer__link--prev" aria-label="上一页: 8.4. &amp;nbsp; AVL 树 *" rel="prev">
<a href="../avl_tree/" class="md-footer__link md-footer__link--prev" aria-label="上一页: 8.5. &amp;nbsp; AVL 树 *" rel="prev">
<div class="md-footer__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg>
</div>
@@ -1857,7 +1873,7 @@
上一页
</span>
<div class="md-ellipsis">
8.4. &nbsp; AVL 树 *
8.5. &nbsp; AVL 树 *
</div>
</div>
</a>