Java icon indicating copy to clipboard operation
Java copied to clipboard

[FEATURE REQUEST] Smooth Sort Sorting Algorithm

Open Harshsaini001 opened this issue 5 months ago • 3 comments

What would you like to Propose?

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.

Additional Information

No response

Harshsaini001 avatar Oct 05 '25 03:10 Harshsaini001

Hi! I would like to work on this issue and add the implementation of Smooth Sort in the sorts package. Could you please assign it to me?

Harshsaini001 avatar Oct 05 '25 03:10 Harshsaini001

Hi, I would like to work on this issue. Please assign it to me. Thank you!

Shovon0004 avatar Oct 09 '25 14:10 Shovon0004

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!

github-actions[bot] avatar Nov 09 '25 00:11 github-actions[bot]