File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -674,8 +674,8 @@ Your ideas/fixes/algorithms are more than welcome!
674
674
675
675
## Database
676
676
677
- | # | Title | Solutions | Time | Space | Difficulty | Tag | Notes
678
- |-----|----------------|---------------|---------------|---------------|-------------|--------------|-----
677
+ | # | Title | Solutions | Time | Space | Difficulty | Tag
678
+ |-----|----------------|---------------|---------------|---------------|-------------|--------------
679
679
| 627| [ Swap Salary] ( https://leetcode.com/problems/swap-salary/ ) | [ Solution] ( ../master/database/_627.sql ) | | | Easy |
680
680
| 626| [ Exchange Seats] ( https://leetcode.com/problems/exchange-seats/ ) | [ Solution] ( ../master/database/_626.sql ) | | | Medium |
681
681
| 620| [ Not Boring Movies] ( https://leetcode.com/problems/not-boring-movies/ ) | [ Solution] ( ../master/database/_620.sql ) | | | Easy |
@@ -721,8 +721,8 @@ Your ideas/fixes/algorithms are more than welcome!
721
721
722
722
## Shell
723
723
724
- | # | Title | Solutions | Time | Space | Difficulty | Tag | Notes
725
- |-----|----------------|---------------|---------------|---------------|-------------|--------------|-----
724
+ | # | Title | Solutions | Time | Space | Difficulty | Tag
725
+ |-----|----------------|---------------|---------------|---------------|-------------|--------------
726
726
| 195| [ Tenth Line] ( https://leetcode.com/problems/tenth-line/ ) | [ Solution] ( ../master/shell/TenthLine.sh ) | O(n)| O(1) | Easy|
727
727
| 194| [ Transpose File] ( https://leetcode.com/problems/transpose-file/ ) | [ Solution] ( ../master/shell/TransposeFile.sh ) | O(n^2)| O(n^2) | Medium|
728
728
| 193| [ Valid Phone Numbers] ( https://leetcode.com/problems/valid-phone-numbers/ ) | [ Solution] ( ../master/shell/ValidPhoneNumbers.sh ) | O(n)| O(1) | Easy|
You can’t perform that action at this time.
0 commit comments