Chapter 2: Trees
Refs:
- Binary Trees by Nick Parlante, a Stanford CS lecturer.
" ... introduces the basic concepts of binary trees, and then works through a series of practice problems with solution code in C/C++ and Java...."
- Binary Trees from Wikipedia.