Compare sorting algorithms' performance: Difference between revisions

m
no->not
(Added Kotlin)
m (no->not)
Line 2,018:
 
===Conclusions===
I knew bubblesort and insertion sort would be bad, but nonot so bad that you cannot meaningfully plot them against better sorts.
(logarithmic scale helps, but is still not enough)
I had no idea that (these particular implementations of) quicksort and shellsort would be so bad on a sequence of all 1s.
7,794

edits