Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Absolute Sorting by jacekgrycza
def min(t):
i=t[0]
for j in t:
if abs(j)0):
sorted.append(min(truearray))
truearray.remove(min(truearray))
return sorted
Oct. 30, 2016