Skip to content

Commit 0e01a32

Browse files
committed
Update README.md
1 parent 322f8a6 commit 0e01a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ 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 |
719+
[Consecutive Numbers] | [consecutive-numbers.sql] | _O(n)_ | _O(n)_ | Medium |
720720
[Nth Highest Salary] | [nth-highest-salary.sql] | _O(n^2)_ | _O(n)_ | Medium |
721721
[Rank Scores] | [rank-scores.sql] | _O(n^2)_ | _O(n)_ | Medium |
722722
[Second Highest Salary] | [second-highest-salary.sql] | _O(n)_ | _O(1)_ | Easy |

0 commit comments

Comments
 (0)