binary tree binary tree

 

binary tree

Height (T) = longest downward path from the root to a leaf, counting the edges
Depth of Node = number of edges to the root node from the node in question; root is at depth zero