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

Method main

src/com/blankj/easy/_0543/Solution.java:30–33  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

28 }
29
30 public static void main(String[] args) {
31 Solution solution = new Solution();
32 System.out.println(solution.diameterOfBinaryTree(TreeNode.createTestData("[1,2,3,4,5]")));
33 }
34}

Callers

nothing calls this directly

Calls 2

diameterOfBinaryTreeMethod · 0.95
createTestDataMethod · 0.95

Tested by

no test coverage detected