Skip to content

Commit 020907c

Browse files
authored
Merge pull request #45 from chendifan/patch-1
Update 二叉树基础.md
2 parents eb7a35e + 3bb7cb5 commit 020907c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

animation-simulation/二叉树/二叉树基础.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ PS:本篇文章内容较基础,对于没有学过数据结构的同学会有
105105

106106
### 满二叉树
107107

108-
满二叉树:在一棵二叉树中,`所有分支节点都存在左子树和右子树`,并且`所有的叶子都在同一层`,这种树我们称之为完全二叉树.见下图
108+
满二叉树:在一棵二叉树中,`所有分支节点都存在左子树和右子树`,并且`所有的叶子都在同一层`,这种树我们称之为满二叉树.见下图
109109

110110
![](https://cdn.jsdelivr.net/gh/tan45du/photobed@master/image.2k1tlbtywzu0.png)
111111

0 commit comments

Comments
 (0)