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 1435
1435
3087 | [ Find Trending Hashtags] ( https://leetcode.com/problems/find-trending-hashtags/ ) | [ MySQL] ( ./MySQL/find-trending-hashtags.sql ) | _ O(nlogn)_ | _ O(n)_ | Medium |🔒||
1436
1436
3089 | [ Find Bursty Behavior] ( https://leetcode.com/problems/find-bursty-behavior/ ) | [ MySQL] ( ./MySQL/find-bursty-behavior.sql ) | _ O(nlogn)_ | _ O(n)_ | Medium |🔒| Window Function |
1437
1437
3103 | [ Find Trending Hashtags II] ( https://leetcode.com/problems/find-trending-hashtags-ii/ ) | [ MySQL] ( ./MySQL/find-trending-hashtags-ii.sql ) | _ O(n * l^2 + (n * l) * log(n * l))_ | _ O(n * l^2)_ | Hard |🔒| Recursive CTE |
1438
- 3118 | [ Friday Purchases III] ( https://leetcode.com/problems/friday-purchase-iii/ ) | [ MySQL] ( ./MySQL/friday-purchase-iii.sql ) | _ O(n)_ | _ O(n)_ | Medium |🔒||
1438
+ 3118 | [ Friday Purchase III] ( https://leetcode.com/problems/friday-purchase-iii/ ) | [ MySQL] ( ./MySQL/friday-purchase-iii.sql ) | _ O(n)_ | _ O(n)_ | Medium |🔒||
1439
1439
1440
1440
## PD
1441
1441
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
You can’t perform that action at this time.
0 commit comments