max_height
Description:
Gets the maximum height of all branches beneath a Node.
This is the maximum distance from the Node to all leaf nodes.
If this is null, 0 is returned. If this has no children, 1 is returned. If this has children, 2 is returned. And so on.
Parameters:
this |
a Node |
Returns:
the maximum height of the tree beneath this |