Chapter 7. Tree¶
Abstract
The towering tree, full of vitality with its roots deep and leaves lush, branches spreading wide.
It vividly demonstrates the form of data divide-and-conquer.
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