Skip to main content
Post Made Community Wiki by Ed Staub
Source Link
user1249
user1249

Bubblesort in memory can outperform quicksort when the program is being swapped to disk or need to read every item from disk when comparing.

This should be an example he can relate to.