2024-04-02 19:00:01 +08:00
---
comments: true
icon: material/graph-outline
---
# Chapter 7. Tree
![Tree ](../assets/covers/chapter_tree.jpg ){ class="cover-image" }
!!! abstract
2024-11-25 19:12:22 +08:00
The towering tree exudes a vibrant essence, boasting profound roots and abundant foliage, yet its branches are sparsely scattered, creating an ethereal aura.
2024-04-02 19:00:01 +08:00
2024-11-25 19:12:22 +08:00
It shows us the vivid form of divide-and-conquer in data.
2024-04-07 02:41:53 +08:00
## Chapter contents
2024-04-02 19:00:01 +08:00
2024-04-11 20:03:16 +08:00
- [7.1 Binary tree ](binary_tree.md )
2024-05-01 06:47:36 +08:00
- [7.2 Binary tree traversal ](binary_tree_traversal.md )
2024-04-11 20:03:16 +08:00
- [7.3 Array Representation of tree ](array_representation_of_tree.md )
- [7.4 Binary Search tree ](binary_search_tree.md )
- [7.5 AVL tree * ](avl_tree.md )
2024-04-07 02:41:53 +08:00
- [7.6 Summary ](summary.md )