MCPcopy Create free account
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/easy/_0108/Solution.java:29–32  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

27 }
28
29 public static void main(String[] args) {
30 Solution solution = new Solution();
31 TreeNode.print(solution.sortedArrayToBST(new int[]{0, 1, 2, 3, 4, 5, 6, 7}));
32 }
33}

Callers

nothing calls this directly

Calls 2

printMethod · 0.95
sortedArrayToBSTMethod · 0.95

Tested by

no test coverage detected