maximum depth of a binary tree

The maximum depth of a binary tree refers to the longest path from the root node to a leaf node in a binary tree.

Requires login.