Package com_github_leetcode
Class TreeUtils
java.lang.Object
com_github_leetcode.TreeUtils
public class TreeUtils
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com_github_leetcode.TreeNodeconstructBinaryTree(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)
-