mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-12-21 11:13:46 +08:00
update
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<p>对于一个下标对 <code>i</code> 和 <code>j</code> ,这一对的差值为 <code>|nums[i] - nums[j]|</code> ,其中 <code>|x|</code> 表示 <code>x</code> 的 <strong>绝对值</strong> 。</p>
|
||||
|
||||
<p>请你返回 <code>p</code> 个下标对对应数值 <strong>最大差值</strong> 的 <strong>最小值</strong> 。</p>
|
||||
<p>请你返回 <code>p</code> 个下标对对应数值 <strong>最大差值</strong> 的 <strong>最小值</strong> 。我们定义空集的最大值为零。</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user