You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/docs/chapter_tree/index.md

28 lines
871 B

1 year ago
---
comments: true
1 year ago
icon: material/graph-outline
1 year ago
---
1 year ago
# 第 7 章   树
1 year ago
<div class="center-table" markdown>
1 year ago
![](../assets/covers/chapter_tree.jpg){ class="cover-image" }
1 year ago
</div>
1 year ago
1 year ago
!!! abstract
参天大树充满生命力,其根深叶茂,分枝扶疏。
它为我们展现了数据分治的生动形态。
1 year ago
## 本章内容
- [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/)