Class TreeUtils

java.lang.Object
com_github_leetcode.TreeUtils

public class TreeUtils extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com_github_leetcode.TreeNode
    constructBinaryTree(java.util.List<java.lang.Integer> treeValues)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TreeUtils

      public TreeUtils()
  • Method Details

    • constructBinaryTree

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