depth of a binary tree

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

Requires login.