Files
hello-algo/en/docs/chapter_tree/index.md
krahets 3c9d5689c4 build
2025-12-31 19:37:45 +08:00

23 lines
669 B
Markdown

---
comments: true
icon: material/graph-outline
---
# Chapter 7.   Tree
![Tree](../assets/covers/chapter_tree.jpg){ class="cover-image" }
!!! abstract
Towering trees are full of vitality, with deep roots and lush leaves, spreading branches and flourishing.
They show us the vivid form of divide and conquer in data.
## Chapter contents
- [7.1   Binary Tree](binary_tree.md)
- [7.2   Binary Tree Traversal](binary_tree_traversal.md)
- [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)
- [7.6   Summary](summary.md)