We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c09fdc commit 7ae4900Copy full SHA for 7ae4900
solution/075.Sort Colors/Solution.py
@@ -0,0 +1,6 @@
1
+class Solution:
2
+ def sortColors(self, nums):
3
+ """
4
+ :type nums: List[int]
5
+ :rtype: void Do not return anything, modify nums in-place instead.
6
0 commit comments