Skip to content

Add Timsort #21

@camilne

Description

@camilne

Issue title

Add Timsort

Issue description

Timsort is an adaptive sorting algorithm that takes advantage of existing runs in a sequence to sort the data.

Details:
Best-case Time: O(n)
Average-case Time: O(n log n)
Worst-case Time: O(n log n)
Space: O(n)

Checklist

  • Check for existing issue
  • Check for existing pull request

Metadata

Metadata

Assignees

No one assigned

    Labels

    algorithmThis relates to an algorithmenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions