Computes the depth of a tree from the list of nodes numbers.
tree.depth(nodes)
nodes
List of nodes numbers.
Depth of the tree
Badih Ghattas