Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Absolute Sorting by McRawicz
def checkio(numbers_array):
list=[]
for i in numbers_array:
list.append(i)
i=0
while iabs(list[j+1]):
list[j], list[j+1]=list[j+1], list[j]
j+=1
i+=1
return list
Oct. 30, 2016