Class TreeUtils

java.lang.Object
com_github_leetcode.TreeUtils

public class TreeUtils extends Object
  • Constructor Details

    • TreeUtils

      public TreeUtils()
  • Method Details

    • constructBinaryTree

      public static com_github_leetcode.TreeNode constructBinaryTree(List<Integer> treeValues)