Skip to content

Implement Parallel Timsort #318

Open
@Arvind-raj06

Description

@Arvind-raj06

Description of the problem

Timsort is a hybrid stable sorting algorithm, derived from merge sort and insertion sort, designed to perform well on many kinds of real-world data. It is already there in Python so a parallel version of the same algorithm should be added.

Example of the problem

This sorting algorithm is implemented in python by default as sort() and sorted() methods

References/Other comments

https://en.wikipedia.org/wiki/Timsort

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