Skip to content

Commit d61435c

Browse files
refactor 100
1 parent 61bd37e commit d61435c

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-1
lines changed

src/main/java/com/fishercoder/solutions/_100.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
*/
4141

4242
public class _100 {
43-
4443
public static class Solution1 {
4544
public boolean isSameTree(TreeNode p, TreeNode q) {
4645
if (p == null || q == null) {

0 commit comments

Comments
 (0)