Sort a reversed list

Setup: x = list(range(n))
x.reverse()

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