File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -472,6 +472,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
472472453 | [ Minimum Moves to Equal Array Elements] ( https://leetcode.com/problems/minimum-moves-to-equal-array-elements/ ) | [ C++] ( ./C++/minimum-moves-to-equal-array-elements.cpp ) [ Python] ( ./Python/minimum-moves-to-equal-array-elements.py ) | _ O(n)_ | _ O(1)_ | Easy |||
473473458 | [ Poor Pigs] ( https://leetcode.com/problems/poor-pigs/ ) | [ C++] ( ./C++/poor-pigs.cpp ) [ Python] ( ./Python/poor-pigs.py ) | _ O(n)_ | _ O(1)_ | Easy |||
474474469 | [ Convex Polygon] ( https://leetcode.com/problems/convex-polygon/ ) | [ C++] ( ./C++/convex-polygon.cpp ) [ Python] ( ./Python/convex-polygon.py ) | _ O(n)_ | _ O(1)_ | Medium |📖||
475+ 470 | [ Implement Rand10() Using Rand7()] ( https://leetcode.com/problems/implement-rand10-using-rand7/ ) | [ C++] ( ./C++/implement-rand10-using-rand7.cpp ) [ Python] ( ./Python/implement-rand10-using-rand7.py ) | _ O(1)_ | _ O(1)_ | Medium |||
475476517 | [ Super Washing Machines] ( https://leetcode.com/problems/super-washing-machines/ ) | [ C++] ( ./C++/super-washing-machines.cpp ) [ Python] ( ./Python/super-washing-machines.py ) | _ O(n)_ | _ O(1)_ | Hard |||
476477537 | [ Complex Number Multiplication] ( https://leetcode.com/problems/complex-number-multiplication/ ) | [ C++] ( ./C++/complex-number-multiplication.cpp ) [ Python] ( ./Python/complex-number-multiplication.py ) | _ O(1)_ | _ O(1)_ | Medium |||
477478553 | [ Optimal Division] ( https://leetcode.com/problems/optimal-division/ ) | [ C++] ( ./C++/optimal-division.cpp ) [ Python] ( ./Python/optimal-division.py ) | _ O(n)_ | _ O(1)_ | Medium |||
@@ -502,7 +503,6 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
502503836 | [ Rectangle Overlap] ( https://leetcode.com/problems/rectangle-overlap/ ) | [ C++] ( ./C++/rectangle-overlap.cpp ) [ Python] ( ./Python/rectangle-overlap.py ) | _ O(1)_ | _ O(1)_ | Easy |||
503504858 | [ Mirror Reflection] ( https://leetcode.com/problems/mirror-reflection/ ) | [ C++] ( ./C++/mirror-reflection.cpp ) [ Python] ( ./Python/mirror-reflection.py ) | _ O(1)_ | _ O(1)_ | Medium |||
504505867 | [ Prime Palindrome] ( https://leetcode.com/problems/prime-palindrome/ ) | [ C++] ( ./C++/prime-palindrome.cpp ) [ Python] ( ./Python/prime-palindrome.py ) | _ O(1)_ | _ O(1)_ | Medium |||
505- 872 | [ Implement Rand10() Using Rand7()] ( https://leetcode.com/problems/implement-rand10-using-rand7/ ) | [ C++] ( ./C++/implement-rand10-using-rand7.cpp ) [ Python] ( ./Python/implement-rand10-using-rand7.py ) | _ O(1)_ | _ O(1)_ | Medium |||
506506
507507## Sort
508508| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
You can’t perform that action at this time.
0 commit comments