finding the height of a binary tree

Finding the height of a binary tree refers to determining the length of the longest path from the root node to any leaf node in the tree.

Requires login.