mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-11 18:31:41 +08:00
批量更新数据
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<p>给定一个非负整数数组 <code>nums</code> 和一个整数 <code>k</code> ,你需要将这个数组分成 <code>k</code><em> </em>个非空的连续子数组。</p>
|
||||
<p>给定一个非负整数数组 <code>nums</code> 和一个整数 <code>k</code> ,你需要将这个数组分成 <code>k</code><em> </em>个非空的连续子数组,使得这 <code>k</code><em> </em>个子数组各自和的最大值 <strong>最小</strong>。</p>
|
||||
|
||||
<p>设计一个算法使得这 <code>k</code><em> </em>个子数组各自和的最大值最小。</p>
|
||||
<p>返回分割后最小的和的最大值。</p>
|
||||
|
||||
<p><strong>子数组</strong> 是数组中连续的部份。</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
Reference in New Issue
Block a user