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