Skip to content

Radix sort in javascript#108

Open
AdithyaS99 wants to merge 4 commits into
amejiarosario:masterfrom
AdithyaS99:newbranch
Open

Radix sort in javascript#108
AdithyaS99 wants to merge 4 commits into
amejiarosario: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.

@Arvindh1509 Arvindh1509 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

approved

@rvprasanth7 rvprasanth7 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Approved

@rvprasanth7 rvprasanth7 left a comment

Copy link
Copy Markdown

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