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-04-26 19:21:07 +08:00
|
|
|
The towering tree, vibrant with it's deep roots and lush leaves, branches spreading wide.
|
2024-04-02 19:00:01 +08:00
|
|
|
|
2024-04-26 19:21:07 +08:00
|
|
|
It vividly illustrates the concept of divide-and-conquer in data.
|
2024-04-02 19:00:01 +08:00
|
|
|
|
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)
|
|
|
|
- [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)
|
2024-04-07 02:41:53 +08:00
|
|
|
- [7.6 Summary](summary.md)
|