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

top 3 largest values in an array #21

Open
songz opened this issue Apr 23, 2017 · 0 comments
Open

top 3 largest values in an array #21

songz opened this issue Apr 23, 2017 · 0 comments
Labels

Comments

@songz
Copy link
Collaborator

songz commented Apr 23, 2017

Return array of largest 3 values in descending order from a given array.

i: [1,9,8,7]
o: [9,8,7]

bettychow added a commit to bettychow/algorithms that referenced this issue May 6, 2017
bettychow added a commit to bettychow/algorithms that referenced this issue May 8, 2017
bettychow added a commit to bettychow/algorithms that referenced this issue Jun 2, 2017
rkalra247 added a commit to rkalra247/algorithms that referenced this issue Jun 8, 2017
bettychow added a commit to bettychow/algorithms that referenced this issue Jun 13, 2017
dsope05 added a commit that referenced this issue Jun 13, 2017
solution and test for problem #21
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

2 participants