Skip to content

Sort descriptions on 'code' page #2

@quarks

Description

@quarks

I came across this repository when developing a Java application for visualising sorting algorithms and noticed a couple of discrepancies in the descriptions.
Selection sort
Best case is O(n2 not O(n). Its performance is hardly reasonable, in fact it is the worst performer of its type.
Bubble sort
More useful than selection sort surely.
Insertion sort
I would say its operation is closer to the selection sort than the bubble sort.

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