Class Solution
- java.lang.Object
-
- g0501_0600.s0559_maximum_depth_of_n_ary_tree.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
-
-
Method Detail
-
maxDepth
public int maxDepth(Node root)
-
-