Skip to content

Commit 60cb3d7

Browse files
committedApr 24, 2017
[L-0] combine README.md
1 parent 7634e48 commit 60cb3d7

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed
 

‎README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,19 @@ Your ideas/fixes/algorithms are more than welcome!
398398
|1|[Two Sum](https://leetcode.com/problems/two-sum/)|[Solution](../master/src/main/java/com/stevesun/solutions/TwoSum.java)| O(n)/O(n^2)|O(1)/O(n) | Easy| HashMap
399399

400400
## Database
401-
* [MySQL](https://github.com/fishercoder1534/Leetcode/master/leetcode-database#database)
401+
402+
|197|[Rising Temperature](https://leetcode.com/problems/rising-temperature/)|[Solution](../master/leetcode-database/RisingTemperature.sql)| O(n^2)|O(n) | Easy|
403+
|196|[Delete Duplicate Emails](https://leetcode.com/problems/delete-duplicate-emails/)|[Solution](../master/leetcode-database/DeleteDuplicateEmails.sql)| O(n^2)|O(n) | Easy|
404+
|184|[Department Highest Salary](https://leetcode.com/problems/department-highest-salary)|[Solution](../master/leetcode-database/_184.sql.sql)| O(n^2)|O(n) | Medium|
405+
|183|[Customers Who Never Order](https://leetcode.com/problems/customers-who-never-order/)|[Solution](../master/leetcode-database/CustomersWhoNeverOrder.sql)| O(n^2)|O(n) | Easy|
406+
|182|[Duplicate Emails](https://leetcode.com/problems/duplicate-emails/)|[Solution](../master/leetcode-database/DuplicateEmails.sql)| O(n^2)|O(n) | Easy|
407+
|181|[Employees Earning More Than Their Managers](https://leetcode.com/problems/employees-earning-more-than-their-managers/)|[Solution](../master/leetcode-database/EmployeesEarningMoreThanTheirManagers.sql)| O(n^2)|O(n) | Easy|
408+
|180|[Consecutive Numbers](https://leetcode.com/problems/consecutive-numbers)|[Solution](../master/leetcode-database/_180.sql)| O(n)|O(n) | Medium|
409+
|178|[Rank Scores](https://leetcode.com/problems/rank-scores/)|[Solution](../master/leetcode-database/RankScores.sql)| ? | ? | Medium|
410+
|177|[Nth Highest Salary](https://leetcode.com/problems/nth-highest-salary/)|[Solution](../master/leetcode-database/_177.sql)| O(n) | O(1) | Medium|
411+
|176|[Second Highest Salary](https://leetcode.com/problems/second-highest-salary/)|[Solution](../master/leetcode-database/SecondHighestSalary.sql)| O(n)|O(1) | Easy|
412+
|175|[Combine Two Tables](https://leetcode.com/problems/combine-two-tables/)|[Solution](../master/leetcode-database/CombineTwoTables.sql)| O(m+n)|O(m+n) | Easy|
413+
402414

403415
## Shell
404416

‎leetcode-database/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.