Class Solution
- java.lang.Object
-
- g2101_2200.s2196_create_binary_tree_from_descriptions.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
-
-
Method Detail
-
createBinaryTree
public TreeNode createBinaryTree(int[][] descriptions)
-
-