0410. 分割数组的最大值 #150
Replies: 1 comment
-
本题翻译出现了瑕疵,"给定一个非负整数数组 nums 和一个整数 k,将数组分成 m 个非空的连续子数组",应当改为将数组分成k个非空的连续子数组。后续的所有m都应该同样改为k, 不然会造成很大的歧义。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
0410. 分割数组的最大值
https://algo.itcharge.cn/Solutions/0400-0499/split-array-largest-sum/
Beta Was this translation helpful? Give feedback.
All reactions