Tony Kuo
Results
1
comments of
Tony Kuo
Just look TreeNode unit test part in source file https://github.com/helloShen/leetcode-helper/blob/master/src/test/java/com/ciaoshen/leetcode/util/TreeNodeTest.java Seems you establish the tree structure in setUpBeforeClass() function, do we have to use the same idea to deal this...