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.
this |
a Node |
the maximum height of the tree beneath this |