Skip to content

Commit c0028c4

Browse files
[L-0] add table headings
1 parent 60cb3d7 commit c0028c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ Your ideas/fixes/algorithms are more than welcome!
399399

400400
## Database
401401

402+
| # | Title | Solutions | Time | Space | Difficulty | Tag | Notes
403+
|-----|----------------|---------------|---------------|---------------|-------------|--------------|-----
402404
|197|[Rising Temperature](https://leetcode.com/problems/rising-temperature/)|[Solution](../master/leetcode-database/RisingTemperature.sql)| O(n^2)|O(n) | Easy|
403405
|196|[Delete Duplicate Emails](https://leetcode.com/problems/delete-duplicate-emails/)|[Solution](../master/leetcode-database/DeleteDuplicateEmails.sql)| O(n^2)|O(n) | Easy|
404406
|184|[Department Highest Salary](https://leetcode.com/problems/department-highest-salary)|[Solution](../master/leetcode-database/_184.sql.sql)| O(n^2)|O(n) | Medium|

0 commit comments

Comments
 (0)