mirror of
https://github.com/chefyuan/algorithm-base.git
synced 2024-11-16 17:13:39 +00:00
yuanbangjie
This commit is contained in:
commit
800f741e0b
@ -6,7 +6,6 @@
|
||||
<a href = "https://github.com/chefyuan/algorithm-base"><img src="https://img.shields.io/badge/GitHub-仓库-red" width = "80px" hight = "50px"/></a><span style="font-size:12px">  @算法基地</span>
|
||||
</div>
|
||||
|
||||
|
||||
### **❤️ 致各位题友的一封信(使用仓库前必读)**
|
||||
|
||||
大家刚开始刷题时,会有不知道该从何刷起,也看不懂别人题解的情况
|
||||
|
@ -105,7 +105,7 @@ PS:本篇文章内容较基础,对于没有学过数据结构的同学会有
|
||||
|
||||
### 满二叉树
|
||||
|
||||
满二叉树:在一棵二叉树中,`所有分支节点都存在左子树和右子树`,并且`所有的叶子都在同一层`,这种树我们称之为完全二叉树.见下图
|
||||
满二叉树:在一棵二叉树中,`所有分支节点都存在左子树和右子树`,并且`所有的叶子都在同一层`,这种树我们称之为满二叉树.见下图
|
||||
|
||||
![](https://cdn.jsdelivr.net/gh/tan45du/photobed@master/image.2k1tlbtywzu0.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user