Code?

Esoteric Sort Algorithms and How to Implement Them in Python

When quick sort is too quick

Rionaldi Chandraseta
Towards Data Science
7 min readAug 26, 2021

--

Photo by Lucas George Wendt on Unsplash

When you hear of sorting algorithm, which one pops up first in your head? Quick sort? Merge sort? Bubble Sort?

Back in university, one of my professors always told the class that quick sort is like the Apple of sorting world because they are very good at…

--

--