TheAlgorithms / Java

All Algorithms implemented in Java
MIT License
60.1k stars 19.4k forks source link

[FEATURE REQUEST] <title>Adaptive mergesort #5711

Open anant-jain01 opened 1 month ago

anant-jain01 commented 1 month ago

What would you like to Propose?

i would like to add adaptive mergesort algorithm to the repo. Please assign me the issue under the hacktoberfest tag

Issue details

adaptive mergesort is an adaptive version of mergesort, as it :- 1)Efficiency with Partially Sorted Data: Performs better on nearly sorted arrays. 2)Reduced Time Complexity: O(n). 3)Fewer Merges: Reduces the number of merge operations needed.

Additional Information

No response

jiwansh commented 1 month ago

I want to work on this issue! please assign it to me;

shamsulalam1114 commented 1 month ago

hey,i wanna work on this issue

github-actions[bot] commented 5 days ago

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!