Skip to content

Implementation of smoothsort #7

@zerothi

Description

@zerothi

This sorting algorithm should be better than heap-sort for nearly-sorted arrays.

In cases where the array is partially sorted this may even be faster than quick-sort because there will be less moving of elements compared to quick-sort.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions