Skip to content

Adding counting sort implementation#197

Merged
StepfenShawn merged 1 commit intoTheAlgorithms:masterfrom
aparibocci:feature/counting_sort
Feb 27, 2023
Merged

Adding counting sort implementation#197
StepfenShawn merged 1 commit intoTheAlgorithms:masterfrom
aparibocci:feature/counting_sort

Conversation

@aparibocci
Copy link
Copy Markdown
Contributor

As per title, this MR aims to add a counting sort ruby implementation.

Input array values and relation with respect to the provided upper bound are checked for consistency.

Unit tests are included.

@aparibocci aparibocci force-pushed the feature/counting_sort branch from 09e18e8 to 7ca6ac7 Compare February 16, 2023 22:18
Copy link
Copy Markdown
Member

@StepfenShawn StepfenShawn left a comment

Choose a reason for hiding this comment

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

Thanks!

@StepfenShawn StepfenShawn merged commit 697a4e9 into TheAlgorithms:master Feb 27, 2023
@aparibocci
Copy link
Copy Markdown
Contributor Author

Thanks

Thank you too, @StepfenShawn, for your reviews. Much appreciated!

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.

2 participants