Skip to content

[FEATURE REQUEST] <title>Adaptive mergesort  #5711

@anant-jain01

Description

@anant-jain01

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions