1 / 2
even the best sorting algorithms always scales non-linearly — if it takes n units of time to sort n items, it will always take more than n+1 units of time to sort n+1 items. here, youre cheating it by just adding more sleep time to make it scale linearly
18 likes 2 replies
?