This commit is contained in:
krahets
2023-10-06 13:31:21 +08:00
parent b3956c9e88
commit dda64b52e1
154 changed files with 19511 additions and 56469 deletions
+27
View File
@@ -0,0 +1,27 @@
---
comments: true
icon: material/graph-outline
---
# 第 7 章   树
<div class="center-table" markdown>
![](../assets/covers/chapter_tree.jpg){ width="600" }
</div>
!!! abstract
参天大树充满生命力,其根深叶茂,分枝扶疏。
它为我们展现了数据分治的生动形态。
## 本章内容
- [7.1 &nbsp; 二叉树](https://www.hello-algo.com/chapter_tree/binary_tree/)
- [7.2 &nbsp; 二叉树遍历](https://www.hello-algo.com/chapter_tree/binary_tree_traversal/)
- [7.3 &nbsp; 二叉树数组表示](https://www.hello-algo.com/chapter_tree/array_representation_of_tree/)
- [7.4 &nbsp; 二叉搜索树](https://www.hello-algo.com/chapter_tree/binary_search_tree/)
- [7.5 &nbsp; AVL 树 *](https://www.hello-algo.com/chapter_tree/avl_tree/)
- [7.6 &nbsp; 小结](https://www.hello-algo.com/chapter_tree/summary/)