Skip to content

Commit e5be18c

Browse files
committed
sort-colors
1 parent 9fde227 commit e5be18c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Two-pointers/difficult/sort-colors.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ def sortColors(self, nums):
2828
m+=1
2929
return nums
3030

31-
31+
#T=O(n)
32+
#S=O(1)

0 commit comments

Comments
 (0)