Skip to content

Add Faster Algorithms #2

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)).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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