Skip to content

Sorting Algorithm #5

@msach22

Description

@msach22

Create a sorting function that allows you to sort numbers or text in ascending order
Input: [3,1,2,4]
Output: [1,2,3,4]

Input: ["git", "react", "angular", "ember"]
Output: ["angular", "ember", "git", "react"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions