Chapter 7. Tree¶
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.
Chapter contents¶
- 7.1 Binary tree
- 7.2 Binary tree traversal
- 7.3 Array Representation of tree
- 7.4 Binary Search tree
- 7.5 AVL tree *
- 7.6 Summary