Skip to content

Commit

Permalink
Update garage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar Shiroya authored Dec 30, 2016
1 parent 30efc30 commit deb8b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion array/garage.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# [0,3,2,1,4].
# We can swap 1 with 0 in the initial array to get [0,2,3,1,4] and so on.
# Each step swap with 0 only.

#Edited by cyberking-saga

def garage(beg, end):
i = 0
Expand Down

0 comments on commit deb8b9e

Please sign in to comment.