File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# fishercoderLeetcode
2
- | # | Title | Solutions | Time | Space | Difficulty | Tag | Notes
3
- |-----|----------------| ------------------|-------|--------|------------|-----|------
2
+ | # | Title | Solutions | Time | Space | Difficulty | Tag | Notes
3
+ |-----|--------------------------|--- ------------------|-------|--------|------------|-----|------
4
4
|278|[ First Bad Version] ( https://leetcode.com/problems/first-bad-version/ ) |[ Solution] ( ../../blob/master/EASY/src/easy/FirstBadVersion.java ) | O(logn)|O(1) | Easy| Binary Search
5
5
| 209| [ Minimum Size Subarray Sum] ( https://leetcode.com/problems/minimum-size-subarray-sum/ ) | [ Solution] ( ../../blob/master/MEDIUM/src/medium/MinimumSizeSubarraySum.java ) | O(n)| O(1) | Medium|
6
6
|140|[ Word Break II] ( https://leetcode.com/problems/word-break-ii/ ) |[ Solution] ( ../../blob/master/HARD/src/hard/WordBreakII.java ) | ? |O(n^2) | Hard| Backtracking/DFS
You can’t perform that action at this time.
0 commit comments