Class Solution
- java.lang.Object
-
- g0601_0700.s0662_maximum_width_of_binary_tree.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
-
-
Method Detail
-
widthOfBinaryTree
public int widthOfBinaryTree(TreeNode root)
-
-