-
Notifications
You must be signed in to change notification settings - Fork 927
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
base: master
Are you sure you want to change the base?
Conversation
Hi @AdithyaS99! Thanks for the contribution! Could you please add some unit tests? |
@amejiarosario I have added a unit test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
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 |
Hi @amejiarosario I have added a separate unit test file. Please do review and approve. Thank you so much! |
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.