mirror of
https://github.com/chefyuan/algorithm-base.git
synced 2025-08-07 15:52:12 +00:00
二叉树
This commit is contained in:
@@ -37,7 +37,6 @@ PS:本篇文章内容较基础,对于没有学过数据结构的同学会有
|
||||
我们先来看下百度百科对树的定义
|
||||
|
||||
> 树是 n (n >= 0) 个节点的有限集。 n = 0 时 我们称之为空树, 空树是树的特例。
|
||||
>
|
||||
|
||||
在`任意一棵非空树`中:
|
||||
|
||||
|
Reference in New Issue
Block a user