mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<p>Return <em>the <strong>minimum</strong> unfairness of all distributions</em>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> cookies = [8,15,10,20,8], k = 2
|
||||
@@ -17,7 +17,7 @@ The unfairness of the distribution is max(31,30) = 31.
|
||||
It can be shown that there is no distribution with an unfairness less than 31.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> cookies = [6,1,3,2,2,4,1,2], k = 3
|
||||
|
Reference in New Issue
Block a user