yuanbangjie

This commit is contained in:
chefyuan 2022-05-19 21:52:43 +08:00
commit 800f741e0b
2 changed files with 1 additions and 2 deletions

View File

@ -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">&nbsp @算法基地</span>
</div>
### ** 致各位题友的一封信使用仓库前必读**
大家刚开始刷题时会有不知道该从何刷起也看不懂别人题解的情况

View File

@ -105,7 +105,7 @@ PS本篇文章内容较基础对于没有学过数据结构的同学会有
### 满二叉树
满二叉树在一棵二叉树中`所有分支节点都存在左子树和右子树`并且`所有的叶子都在同一层`,这种树我们称之为完全二叉树.见下图
满二叉树在一棵二叉树中`所有分支节点都存在左子树和右子树`并且`所有的叶子都在同一层`,这种树我们称之为二叉树.见下图
![](https://cdn.jsdelivr.net/gh/tan45du/photobed@master/image.2k1tlbtywzu0.png)