This commit is contained in:
krahets
2026-04-03 18:46:15 +08:00
parent 377736b1bd
commit 9d21ca86b0
352 changed files with 46563 additions and 11262 deletions
+4 -3
View File
@@ -9,14 +9,15 @@ icon: material/graph-outline
!!! abstract
Towering trees are full of vitality, with deep roots and lush leaves, spreading branches and flourishing.
Towering trees are full of vitality, with deep roots, lush foliage, and sprawling branches.
They offer a vivid illustration of divide-and-conquer in data structures.
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.3   Array Representation of Binary Trees](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)