Class Solution
- java.lang.Object
-
- g1101_1200.s1161_maximum_level_sum_of_a_binary_tree.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
-
-
Method Detail
-
maxLevelSum
public int maxLevelSum(TreeNode root)
-
-