leetcode-helper
leetcode-helper copied to clipboard
Save your time from building scaffolding for each leetcode problem.
https://github.com/helloShen/leetcode-helper/blob/56bc2efee89405e1270bce8174e127fa2eef040a/src/main/java/com/ciaoshen/leetcode/util/TreeNode.java#L84-L85 For cases like: ``` 1 / \ null 2 ``` I think the above two lines should be: ```java if (n != null) { res.add(line); break; } ```
Since I've created an solution1 class to implement solution interface which takes TreeNode class param, but when I went to Tester.java part tried to write test case with TreeNode, how...
编译时找不到符号
```bash Buildfile: /leetcode-helper/build.xml compile: [echo] Compile source code for problem two_sum ... [javac] Compiling 1 source file to /leetcode-helper/build [javac] Compiling 1 source file to /leetcode-helper/build [javac] /leetcode-helper/src/test/java/com/leetcode/two_sum/Tester.java:80: 错误: 找不到符号...
win10 with ant 1.10.5 and git bash
v0.51 is compatible with PowerShell under Window. If the problem remain the same, plz leave message under this issue.