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 @@ -492,7 +492,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
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
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
- 379 | [ Insert Delete GetRandom O(1)] ( https://leetcode.com/problems/insert-delete-getrandom-o1/ ) | [ C++] ( ./C++/insert-delete-getrandom-o1.cpp ) [ Python] ( ./Python/insert-delete-getrandom-o1.py ) | _ O(1)_ | _ O(n)_ | Medium || |
495
+ 380 | [ Insert Delete GetRandom O(1)] ( https://leetcode.com/problems/insert-delete-getrandom-o1/ ) | [ C++] ( ./C++/insert-delete-getrandom-o1.cpp ) [ Python] ( ./Python/insert-delete-getrandom-o1.py ) | _ O(1)_ | _ O(n)_ | Medium || |
496
496
497
497
## SQL
498
498
# | Title | Solution | Time | Space | Difficulty | Tag | Note
You can’t perform that action at this time.
0 commit comments