Class Solution

java.lang.Object
g0901_1000.s0998_maximum_binary_tree_ii.Solution

public class Solution extends Object
  • Constructor Details

    • Solution

      public Solution()
  • Method Details

    • insertIntoMaxTree

      public TreeNode insertIntoMaxTree(TreeNode root, int val)