Given a tree aTree, returns the height of the tree (i.e the length of a maximal path to a leaf). By convention, the height of a leaf is 1.
aTree
the tree to consider
the height of the tree
Given a tree
aTree
, returns the height of the tree (i.e the length of a maximal path to a leaf). By convention, the height of a leaf is 1.