File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ Problem | Solution | Time | Space | Difficul
716
716
Problem | Solution | Time | Space | Difficulty | Notes
717
717
--------------- | --------------- | --------------- | --------------- | -------------- | -----
718
718
[ 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 |
720
720
[ Nth Highest Salary] | [ nth-highest-salary.sql] | _ O(n^2)_ | _ O(n)_ | Medium |
721
721
[ Rank Scores] | [ rank-scores.sql] | _ O(n^2)_ | _ O(n)_ | Medium |
722
722
[ Second Highest Salary] | [ second-highest-salary.sql] | _ O(n)_ | _ O(1)_ | Easy |
You can’t perform that action at this time.
0 commit comments