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 @@ -491,7 +491,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
491
491
355| [ Design Twitter] ( https://leetcode.com/problems/design-twitter/ ) | [ C++] ( ./C++/design-twitter.cpp ) [ Python] ( ./Python/design-twitter.py ) | _ O(klogu)_ | _ O(t + f)_ | Hard | LintCode | Heap |
492
492
359| [ Logger Rate Limiter] ( https://leetcode.com/problems/logger-rate-limiter/ ) | [ C++] ( ./C++/logger-rate-limiter.cpp ) [ Python] ( ./Python/logger-rate-limiter.py ) | _ O(1), amortized_ | _ O(k)_ | Easy |📖| Deque |
493
493
362| [ Design Hit Counter] ( https://leetcode.com/problems/design-hit-counter/ ) | [ C++] ( ./C++/design-hit-counter.cpp ) [ Python] ( ./Python/design-hit-counter.py ) | _ O(1), amortized_ | _ O(k)_ | Medium |📖| Deque |
494
- 379| [ Design Phone Directory] ( https://leetcode.com/problems/design-phone-directory/ ) | [ C++] ( ./C++/design-phone-directory.cpp ) [ Python] ( ./Python/design-phone-directory.py ) | _ O(1), amortized _ | _ O(n)_ | Medium |📖| |
494
+ 379| [ Design Phone Directory] ( https://leetcode.com/problems/design-phone-directory/ ) | [ C++] ( ./C++/design-phone-directory.cpp ) [ Python] ( ./Python/design-phone-directory.py ) | _ O(1)_ | _ O(n)_ | Medium |📖| |
495
495
496
496
## SQL
497
497
# | Title | Solution | Time | Space | Difficulty | Tag | Note
You can’t perform that action at this time.
0 commit comments