Skip to content

Commit 3a901db

Browse files
committed
solve 2 weeks problems
1 parent 157b4d5 commit 3a901db

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

3sum/sora0319.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ public List<List<Integer>> threeSum(int[] nums) {
3535
}
3636
}
3737

38+

product-of-array-except-self/sora0319.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ public int[] productExceptSelf(int[] nums) {
1919
}
2020
}
2121

22+

validate-binary-search-tree/sora0319.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ public boolean isvalid(TreeNode root,long min,long max)
1111
}
1212
}
1313

14+

0 commit comments

Comments
 (0)