Class Solution
- java.lang.Object
-
- g0101_0200.s0108_convert_sorted_array_to_binary_search_tree.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeNodemakeTree(int[] num, int left, int right)TreeNodesortedArrayToBST(int[] num)
-