Skip to content

Radix sort in javascript#108

Open
AdithyaS99 wants to merge 4 commits intoamejiarosario:masterfrom
AdithyaS99:newbranch
Open

Radix sort in javascript#108
AdithyaS99 wants to merge 4 commits intoamejiarosario:masterfrom
AdithyaS99:newbranch

Conversation

@AdithyaS99
Copy link
Copy Markdown

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
Copy Markdown
Owner

Hi @AdithyaS99! Thanks for the contribution!

Could you please add some unit tests?

@AdithyaS99
Copy link
Copy Markdown
Author

@amejiarosario I have added a unit test.

Copy link
Copy Markdown

@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
Copy Markdown

@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
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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.

4 participants