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.
2 parents d002045 + deb8b9e commit 3dc4e78Copy full SHA for 3dc4e78
array/garage.py
@@ -15,7 +15,7 @@
15
# [0,3,2,1,4].
16
# We can swap 1 with 0 in the initial array to get [0,2,3,1,4] and so on.
17
# Each step swap with 0 only.
18
-
+#Edited by cyberking-saga
19
20
def garage(beg, end):
21
i = 0
0 commit comments