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 1588
1588
1690 | [ Stone Game VII] ( https://leetcode.com/problems/stone-game-vii/ ) | [ C++] ( ./C++/stone-game-vii.cpp ) [ Python] ( ./Python/stone-game-vii.py ) | _ O(n^2)_ | _ O(n)_ | Medium |||
1589
1589
1691 | [ Maximum Height by Stacking Cuboids] ( https://leetcode.com/problems/maximum-height-by-stacking-cuboids/ ) | [ C++] ( ./C++/maximum-height-by-stacking-cuboids.cpp ) [ Python] ( ./Python/maximum-height-by-stacking-cuboids.py ) | _ O(n^2)_ | _ O(n)_ | Hard |||
1590
1590
1692 | [ Count Ways to Distribute Candies] ( https://leetcode.com/problems/count-ways-to-distribute-candies/ ) | [ C++] ( ./C++/count-ways-to-distribute-candies.cpp ) [ Python] ( ./Python/count-ways-to-distribute-candies.py ) | _ O(n * k)_ | _ O(k)_ | Hard |🔒||
1591
- 1745 | [ Palindrome Partitioning IV] ( https://leetcode.com/problems/palindrome-partitioning-iv/ ) | [ C++] ( ./C++/palindrome-partitioning-iv.cpp ) [ Python] ( ./Python/palindrome-partitioning-iv.py ) | _ O(n)_ | _ O(n)_ | Hard | | DP, ` Manacher's Algorithm ` |
1591
+ 1745 | [ Palindrome Partitioning IV] ( https://leetcode.com/problems/palindrome-partitioning-iv/ ) | [ C++] ( ./C++/palindrome-partitioning-iv.cpp ) [ Python] ( ./Python/palindrome-partitioning-iv.py ) | _ O(n^2 )_ | _ O(n)_ | Hard | | DP, ` Manacher's Algorithm ` |
1592
1592
1593
1593
1594
1594
<br />
You can’t perform that action at this time.
0 commit comments