Skip to content

Commit 8762f68

Browse files
authored
Update shuffle-string.py
1 parent a1704ed commit 8762f68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/shuffle-string.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Time: O(n)
22
# Space: O(1)
33

4-
import itertools
5-
6-
74
# in-place solution
85
class Solution(object):
96
def restoreString(self, s, indices):

0 commit comments

Comments
 (0)