java.lang.Object
g1301_1400.s1339_maximum_product_of_splitted_binary_tree.Solution

public class Solution extends Object
  • Constructor Details

    • Solution

      public Solution()
  • Method Details

    • sumTree

      public int sumTree(TreeNode node)
    • maxProduct

      public int maxProduct(TreeNode root)