Skip to content

TimSort #17

@evanplaice

Description

@evanplaice

TimSort is a lesser-known sorting algorithm that combines the best characteristics of Insertion Sort and MergeSort, depending on the size of the input.

Checklist

  • implementation
  • tests
  • jsdoc

Specifics

Notes

References

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions