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

24 lines
595 B

1 year ago
---
comments: true
1 year ago
icon: material/graph-outline
1 year ago
---
1 year ago
# 第 7 章   树
1 year ago
1 year ago
![](../assets/covers/chapter_tree.jpg){ class="cover-image" }
1 year ago
1 year ago
!!! abstract
12 months ago
参天大树充满生命力,根深叶茂,分枝扶疏。
1 year ago
它为我们展现了数据分治的生动形态。
1 year ago
## 本章内容
8 months ago
- [7.1   二叉树](binary_tree.md)
- [7.2   二叉树遍历](binary_tree_traversal.md)
- [7.3   二叉树数组表示](array_representation_of_tree.md)
- [7.4   二叉搜索树](binary_search_tree.md)
- [7.5   AVL 树 *](avl_tree.md)
- [7.6   小结](summary.md)