Skip to content

Commit deb8b9e

Browse files
author
Sagar Shiroya
authored
Update garage.py
1 parent 30efc30 commit deb8b9e

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)