Practice Problem
Maximum Depth of Binary Tree
Difficulty: Easy
Given the root of a binary tree, return its maximum depth (the number of nodes along the longest path from root to leaf).
Practice Problem
Difficulty: Easy
Given the root of a binary tree, return its maximum depth (the number of nodes along the longest path from root to leaf).