Merge e1f6309dd3605ba194a4afa1977d497fb8edc9ca into b70121d377cb6005eb65f12b098cd5decd905669

This commit is contained in:
liyongjun1 2023-07-20 02:07:07 -07:00 committed by GitHub
commit 38c2007b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,6 @@ public int duplicate(int[] nums) {
}
swap(nums, i, nums[i]);
}
swap(nums, i, nums[i]);
}
return -1;
}