Height Definition/Meaning:
1. of a node in a tree. The length of
a longest path from the node to a leaf
node.
2. of a tree. The maximum height of any
node in a tree. The height of a given tree
will have the same numerical value as the depth of that tree.
|