hello-algo/en/docs/chapter_tree/index.md

24 lines
668 B
Markdown
Raw Normal View History

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
The towering tree, full of vitality with its roots deep and leaves lush, branches spreading wide.
It vividly demonstrates the form of data divide-and-conquer.
2024-04-07 02:41:53 +08:00
## Chapter contents
2024-04-02 19:00:01 +08:00
2024-04-07 02:41:53 +08:00
- [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)