Skip to content

Timsort implementation is wrong #179

Open
@abdavis

Description

@abdavis

The way timsort is written isn't actually timsort, it's just merge sort but replacing the smallest merges with selection sort.

It should be looking for "runs" of already sorted elements and merging then together.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions