mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 02:41:42 +08:00
批量更新数据
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<strong>Input:</strong> nums = [3,2,1,2,1,7]
|
||||
<strong>Output:</strong> 6
|
||||
<strong>Explanation:</strong> After 6 moves, the array could be [3, 4, 1, 2, 5, 7].
|
||||
It can be shown with 5 or less moves that it is impossible for the array to have all unique values.
|
||||
It can be shown that it is impossible for the array to have all unique values with 5 or less moves.
|
||||
</pre>
|
||||
|
||||
<p> </p>
|
||||
|
Reference in New Issue
Block a user