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 1482
1482
3140 | [ Consecutive Available Seats II] ( https://leetcode.com/problems/consecutive-available-seats-ii/ ) | [ MySQL] ( ./MySQL/consecutive-available-seats-ii.sql ) | _ O(nlogn)_ | _ O(n)_ | Medium |🔒| Window Function |
1483
1483
3150 | [ Invalid Tweets II] ( https://leetcode.com/problems/invalid-tweets-ii/ ) | [ MySQL] ( ./MySQL/invalid-tweets-ii.sql ) | _ O(n * l + nlogn)_ | _ O(n * l)_ | Easy |🔒| String |
1484
1484
3156 | [ Employee Task Duration and Concurrent Tasks] ( https://leetcode.com/problems/employee-task-duration-and-concurrent-tasks/ ) | [ MySQL] ( ./MySQL/employee-task-duration-and-concurrent-tasks.sql ) | _ O(nlogn)_ | _ O(n)_ | Hard |🔒| Line Sweep |
1485
- 3166 | [ Calculate Parking Fees and Duration] ( https://leetcode.com/problems/calculate-parking-fees-and-duration/description/ ) | [ MySQL] ( ./MySQL/calculate-parking-fees-and-duration/description .sql ) | _ O(nlogn)_ | _ O(n)_ | Medium |🔒| |
1485
+ 3166 | [ Calculate Parking Fees and Duration] ( https://leetcode.com/problems/calculate-parking-fees-and-duration/ ) | [ MySQL] ( ./MySQL/calculate-parking-fees-and-duration.sql ) | _ O(nlogn)_ | _ O(n)_ | Medium |🔒| |
1486
1486
1487
1487
## PD
1488
1488
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
You can’t perform that action at this time.
0 commit comments