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 591
591
0963 | [ Minimum Area Rectangle II] ( https://leetcode.com/problems/minimum-area-rectangle-ii/ ) | [ C++] ( ./C++/minimum-area-rectangle-ii.cpp ) [ Python] ( ./Python/minimum-area-rectangle-ii.py ) | _ O(n^2)_ ~ _ O(n^3)_ | _ O(n^2)_ | Medium ||
592
592
0970 | [ Powerful Integers] ( https://leetcode.com/problems/powerful-integers/ ) | [ C++] ( ./C++/powerful-integers.cpp ) [ Python] ( ./Python/powerful-integers.py ) | _ O((logn)^2)_ | _ O(r)_ | Easy ||
593
593
0972 | [ Equal Rational Numbers] ( https://leetcode.com/problems/equal-rational-numbers/ ) | [ C++] ( ./C++/equal-rational-numbers.cpp ) [ Python] ( ./Python/equal-rational-numbers.py ) | _ O(1)_ | _ O(1)_ | Hard ||
594
- 1006 | [ Clumsy Factorial] ( https://leetcode.com/problems/clumsy-factorial/ ) | [ C++] ( ./C++/clumsy-factorial.cpp ) [ Python] ( ./Python/clumsy-factorial.py ) | _ O(1)_ | _ O(1)_ | Hard ||
594
+ 1006 | [ Clumsy Factorial] ( https://leetcode.com/problems/clumsy-factorial/ ) | [ C++] ( ./C++/clumsy-factorial.cpp ) [ Python] ( ./Python/clumsy-factorial.py ) | _ O(1)_ | _ O(1)_ | Medium ||
595
595
596
596
## Sort
597
597
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
You can’t perform that action at this time.
0 commit comments