Class Solution
- java.lang.Object
-
- g0101_0200.s0104_maximum_depth_of_binary_tree.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
-
-
Method Detail
-
maxDepth
public int maxDepth(TreeNode root)
-
-