File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
327
327
453 | [ Minimum Moves to Equal Array Elements] ( https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/ ) | [ C++] ( ./C++/minimum-number-of-arrows-to-burst-balloons.cpp ) [ Python] ( ./Python/minimum-number-of-arrows-to-burst-balloons.py ) | _ O(n)_ | _ O(1)_ | Easy |||
328
328
458 | [ Poor Pigs] ( https://leetcode.com/problems/poor-pigs/ ) | [ C++] ( ./C++/poor-pigs.cpp ) [ Python] ( ./Python/poor-pigs.py ) | _ O(n)_ | _ O(1)_ | Easy |||
329
329
469 | [ Convex Polygon] ( https://leetcode.com/problems/convex-polygon/ ) | [ C++] ( ./C++/convex-polygon.cpp ) [ Python] ( ./Python/convex-polygon.py ) | _ O(n)_ | _ O(1)_ | Medium |📖||
330
- 651 | [ 4 Keys Keyboard] ( https://leetcode.com/problems/4-keys-keyboard/ ) | [ C++] ( ./C++/4-keys-keyboard.cpp ) [ Python] ( ./Python/4-keys-keyboard.py ) | _ O(1)_ | _ O(1)_ | Medium || Math, DP |
330
+ 651 | [ 4 Keys Keyboard] ( https://leetcode.com/problems/4-keys-keyboard/ ) | [ C++] ( ./C++/4-keys-keyboard.cpp ) [ Python] ( ./Python/4-keys-keyboard.py ) | _ O(1)_ | _ O(1)_ | Medium |📖 | Math, DP |
331
331
660 | [ Remove 9] ( https://leetcode.com/problems/remove-9/ ) | [ C++] ( ./C++/remove-9.cpp ) [ Python] ( ./Python/remove-9.py ) | _ O(logn)_ | _ O(1)_ | Hard |📖||
332
332
672 | [ Bulb Switcher II] ( https://leetcode.com/problems/bulb-switcher-ii/ ) | [ C++] ( ./C++/bulb-switcher-ii.cpp ) [ Python] ( ./Python/bulb-switcher-ii.py ) | _ O(1)_ | _ O(1)_ | Medium |||
333
333
You can’t perform that action at this time.
0 commit comments