Skip to content

Add Faster Algorithms #2

@Bonifatius94

Description

@Bonifatius94

Bubble and insertion sort are both of non-optimal time complexity O(n^2) for sorting.

Add more algorithms like quick sort, merge sort and heap sort for optimal performance O(n Log(n)).

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