|
This is an example of a
binary tree with nine nodes. Presumably each node contains information about
one of the 50 states. In this example, the states are not arranged in any
particular order, except insofar as I need to illustrate the different
special kinds of nodes and connections in a binary tree.
|