We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d299dba commit 5c86a7fCopy full SHA for 5c86a7f
solutions/344/344-zeze1004(2).py
@@ -0,0 +1,6 @@
1
+class Solution:
2
+ def reverseString(self, s: List[str]) -> None:
3
+ """
4
+ Do not return anything, modify s in-place instead.
5
6
+ s.reverse()
0 commit comments