二叉树

This commit is contained in:
chefyuan
2021-06-28 18:58:22 +08:00
parent e2394cdd6d
commit b2e84c94ba
7 changed files with 475 additions and 112 deletions

View File

@@ -37,7 +37,6 @@ PS本篇文章内容较基础对于没有学过数据结构的同学会有
我们先来看下百度百科对树的定义
> 树是 n n >= 0 个节点的有限集 n = 0 我们称之为空树, 空树是树的特例
>
`任意一棵非空树`