(String[] args)
| 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 | } |
nothing calls this directly
no test coverage detected