mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-13 01:15:14 +08:00
移除零宽空格
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<p>An array is considered <strong>balanced</strong> if the value of its <strong>maximum</strong> element is <strong>at most</strong> <code>k</code> times the <strong>minimum</strong> element.</p>
|
||||
|
||||
<p>You may remove <strong>any</strong> number of elements from <code>nums</code> without making it <strong>empty</strong>.</p>
|
||||
<p>You may remove <strong>any</strong> number of elements from <code>nums</code> without making it <strong>empty</strong>.</p>
|
||||
|
||||
<p>Return the <strong>minimum</strong> number of elements to remove so that the remaining array is balanced.</p>
|
||||
|
||||
|
Reference in New Issue
Block a user