Sort a random list

Setup: import random
x = [random.randrange(n*4) for i in range(n)]

Timed: y = TypeToTest(x)
y.sort(key=float)
About these graphs
Share