Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting Algorithm #5

Open
msach22 opened this issue Apr 20, 2017 · 3 comments
Open

Sorting Algorithm #5

msach22 opened this issue Apr 20, 2017 · 3 comments
Labels

Comments

@msach22
Copy link
Collaborator

msach22 commented Apr 20, 2017

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"]

@msach22 msach22 changed the title Sorting Algorithm Sorting Algorithm - medium difficulty Apr 22, 2017
@msach22 msach22 changed the title Sorting Algorithm - medium difficulty Sorting Algorithm - difficulty: medium Apr 22, 2017
@msach22 msach22 removed the question label Apr 22, 2017
@msach22 msach22 changed the title Sorting Algorithm - difficulty: medium Sorting Algorithm Apr 22, 2017
@msach22 msach22 added the medium label Apr 22, 2017
@Himanshu1495
Copy link
Contributor

Himanshu1495 commented Apr 27, 2017

@songz , I want to give this a try in python. May I ? If yes, then let me know if its allowed to use built-in functions or do i need to write the algorithm myself?

@Himanshu1495
Copy link
Contributor

@songz, I am waiting for your reply on this :)

@dsope05
Copy link
Collaborator

dsope05 commented Jun 6, 2017

pushed solution for this problem on June 6th, 2017

bettychow added a commit to bettychow/algorithms that referenced this issue Jun 13, 2017
bettychow added a commit to bettychow/algorithms that referenced this issue Jun 13, 2017
bettychow added a commit to bettychow/algorithms that referenced this issue Jun 13, 2017
pkdotson pushed a commit to pkdotson/algorithms that referenced this issue Jun 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants