minimum depth of a binary tree

The minimum depth of a binary tree is the shortest distance from the root node to a leaf node.

Requires login.