You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose adding Smooth Sort, an optimized variant of Heap Sort developed by Edsger Dijkstra.
It adapts to partially sorted data, achieving near-linear performance in the best case.
Issue details
The repository currently lacks an implementation of Smooth Sort.
This algorithm complements existing sorts by offering adaptive, in-place sorting performance, improving efficiency for nearly sorted datasets.