Skip to content

Commit f32442c

Browse files
remove notes
1 parent b09a891 commit f32442c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,8 +674,8 @@ Your ideas/fixes/algorithms are more than welcome!
674674

675675
## Database
676676

677-
| # | Title | Solutions | Time | Space | Difficulty | Tag | Notes
678-
|-----|----------------|---------------|---------------|---------------|-------------|--------------|-----
677+
| # | Title | Solutions | Time | Space | Difficulty | Tag
678+
|-----|----------------|---------------|---------------|---------------|-------------|--------------
679679
|627|[Swap Salary](https://leetcode.com/problems/swap-salary/)|[Solution](../master/database/_627.sql) | | | Easy |
680680
|626|[Exchange Seats](https://leetcode.com/problems/exchange-seats/)|[Solution](../master/database/_626.sql) | | | Medium |
681681
|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!
721721

722722
## Shell
723723

724-
| # | Title | Solutions | Time | Space | Difficulty | Tag | Notes
725-
|-----|----------------|---------------|---------------|---------------|-------------|--------------|-----
724+
| # | Title | Solutions | Time | Space | Difficulty | Tag
725+
|-----|----------------|---------------|---------------|---------------|-------------|--------------
726726
|195|[Tenth Line](https://leetcode.com/problems/tenth-line/)|[Solution](../master/shell/TenthLine.sh)| O(n)|O(1) | Easy|
727727
|194|[Transpose File](https://leetcode.com/problems/transpose-file/)|[Solution](../master/shell/TransposeFile.sh)| O(n^2)|O(n^2) | Medium|
728728
|193|[Valid Phone Numbers](https://leetcode.com/problems/valid-phone-numbers/)|[Solution](../master/shell/ValidPhoneNumbers.sh)| O(n)|O(1) | Easy|

0 commit comments

Comments
 (0)