Chapter 7. Tree¶
Abstract
The towering tree, vibrant with it's deep roots and lush leaves, branches spreading wide.
It vividly illustrates the concept 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