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

Radix sort in javascript #108

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

AdithyaS99
Copy link

I have added a new sorting algorithm, the radix sort to the repo.
Please review this and approve.
@amejiarosario please approve and merge. I would like to contribute to this.

@AdithyaS99 AdithyaS99 mentioned this pull request Nov 19, 2021
@amejiarosario
Copy link
Owner

Hi @AdithyaS99! Thanks for the contribution!

Could you please add some unit tests?

@AdithyaS99
Copy link
Author

@amejiarosario I have added a unit test.

Copy link

@Arvindh1509 Arvindh1509 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

Copy link

@rvprasanth7 rvprasanth7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

Copy link

@rvprasanth7 rvprasanth7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@amejiarosario
Copy link
Owner

For testing, you need to create a test file. Something similar to: https://github.com/amejiarosario/dsa.js-data-structures-algorithms-javascript/blob/master/src/algorithms/sorting/sorting.spec.js that you can run with npm test

@AdithyaS99
Copy link
Author

Hi @amejiarosario I have added a separate unit test file. Please do review and approve. Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants