mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 11:41:22 +08:00
deploy
This commit is contained in:
@@ -3739,7 +3739,7 @@
|
||||
<p align="center"> 图 7-2 二叉树的常用术语 </p>
|
||||
|
||||
<div class="admonition tip">
|
||||
<p class="admonition-title">高度与深度的定义</p>
|
||||
<p class="admonition-title">Tip</p>
|
||||
<p>请注意,我们通常将“高度”和“深度”定义为“走过边的数量”,但有些题目或教材可能会将其定义为“走过节点的数量”。在这种情况下,高度和深度都需要加 1 。</p>
|
||||
</div>
|
||||
<h2 id="712">7.1.2 二叉树基本操作<a class="headerlink" href="#712" title="Permanent link">¶</a></h2>
|
||||
|
||||
Reference in New Issue
Block a user