parent
825cdd5359
commit
b62eb30a71
|
|
@ -207,7 +207,7 @@ class Solution {
|
|||
while (right > left && nums[right] == nums[right - 1]) right--;
|
||||
while (right > left && nums[left] == nums[left + 1]) left++;
|
||||
|
||||
right--;
|
||||
right--;
|
||||
left++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue