Skip to content

Commit 3dc4e78

Browse files
authored
Merge pull request keon#2 from cyberking-saga/master
Update garage.py
2 parents d002045 + deb8b9e commit 3dc4e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array/garage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# [0,3,2,1,4].
1616
# We can swap 1 with 0 in the initial array to get [0,2,3,1,4] and so on.
1717
# Each step swap with 0 only.
18-
18+
#Edited by cyberking-saga
1919

2020
def garage(beg, end):
2121
i = 0

0 commit comments

Comments
 (0)