File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -399,6 +399,8 @@ Your ideas/fixes/algorithms are more than welcome!
399
399
400
400
## Database
401
401
402
+ | # | Title | Solutions | Time | Space | Difficulty | Tag | Notes
403
+ |-----|----------------|---------------|---------------|---------------|-------------|--------------|-----
402
404
| 197| [ Rising Temperature] ( https://leetcode.com/problems/rising-temperature/ ) | [ Solution] ( ../master/leetcode-database/RisingTemperature.sql ) | O(n^2)| O(n) | Easy|
403
405
| 196| [ Delete Duplicate Emails] ( https://leetcode.com/problems/delete-duplicate-emails/ ) | [ Solution] ( ../master/leetcode-database/DeleteDuplicateEmails.sql ) | O(n^2)| O(n) | Easy|
404
406
| 184| [ Department Highest Salary] ( https://leetcode.com/problems/department-highest-salary ) | [ Solution] ( ../master/leetcode-database/_184.sql.sql ) | O(n^2)| O(n) | Medium|
You can’t perform that action at this time.
0 commit comments