Skip to content

Commit 322f8a6

Browse files
committed
Update README.md
1 parent 3a81ec9 commit 322f8a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
LeetCode
22
========
33

4-
Up to date (2015-01-12), there are total `179` problems on [LeetCode Online Judge](https://oj.leetcode.com/).
4+
Up to date (2015-01-13), there are total `180` problems on [LeetCode Online Judge](https://oj.leetcode.com/).
55
The number of problems is increasing recently.
6-
Here is the classification of all `179` problems.
6+
Here is the classification of all `180` problems.
77
I'll keep updating for full summary and better solutions. Stay tuned for updates.
88

99
---
@@ -716,12 +716,15 @@ Problem | Solution | Time | Space | Difficul
716716
Problem | Solution | Time | Space | Difficulty | Notes
717717
--------------- | --------------- | --------------- | --------------- | -------------- | -----
718718
[Combine Two Tables] | [combine-two-tables.sql] | _O(m + n)_ | _O(m + n)_ | Easy |
719+
[Consecutive Numbers] | [/consecutive-numbers.sql] | _O(n)_ | _O(n)_ | Medium |
719720
[Nth Highest Salary] | [nth-highest-salary.sql] | _O(n^2)_ | _O(n)_ | Medium |
720721
[Rank Scores] | [rank-scores.sql] | _O(n^2)_ | _O(n)_ | Medium |
721722
[Second Highest Salary] | [second-highest-salary.sql] | _O(n)_ | _O(1)_ | Easy |
722723

723724
[Combine Two Tables]:https://oj.leetcode.com/problems/combine-two-tables/
724725
[combine-two-tables.sql]:https://github.com/kamyu104/LeetCode/blob/master/MySQL/combine-two-tables.sql
726+
[Consecutive Numbers]:https://oj.leetcode.com/problems/consecutive-numbers/
727+
[consecutive-numbers.sql]:https://github.com/kamyu104/LeetCode/blob/master/MySQL/consecutive-numbers.sql
725728
[Nth Highest Salary]:https://oj.leetcode.com/problems/nth-highest-salary/
726729
[nth-highest-salary.sql]:https://github.com/kamyu104/LeetCode/blob/master/MySQL/nth-highest-salary.sql
727730
[Rank Scores]:https://oj.leetcode.com/problems/rank-scores/

0 commit comments

Comments
 (0)