Class Solution


  • public class Solution
    extends Object
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • sumTree

        public int sumTree​(TreeNode node)
      • maxProduct

        public int maxProduct​(TreeNode root)