This commit is contained in:
krahets
2025-12-31 19:37:45 +08:00
parent 29ec0c699d
commit 3c9d5689c4
279 changed files with 40895 additions and 16087 deletions
+8 -8
View File
@@ -9,14 +9,14 @@ icon: material/graph-outline
!!! abstract
The towering tree exudes a vibrant essence, boasting profound roots and abundant foliage, yet its branches are sparsely scattered, creating an ethereal aura.
It shows us the vivid form of divide-and-conquer in data.
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.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)