We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4e4fa commit 2135ff4Copy full SHA for 2135ff4
solution/075.Sort Colors/Solution2.py
@@ -11,5 +11,5 @@ def sortColors(self, nums):
11
while i < len(nums):
12
for j in range(Count[color]):
13
nums[i] = color
14
- i+=1
15
- color+=1
+ i += 1
+ color += 1
0 commit comments