height of a binary tree

The height of a binary tree refers to the maximum number of edges in the longest path from the root node to any leaf node in the tree.

Requires login.