Skip to content

counting sort algorithm #30

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

Merged
merged 2 commits into from
Dec 1, 2017
Merged

Conversation

chirayujain98
Copy link
Contributor

It works by counting the number of objects having distinct key values (something like hashing). Then doing some arithmetic to calculate the position of each object in the output sequence.

@prateekiiest prateekiiest merged commit fb91030 into codeIIEST:master Dec 1, 2017
@manojsrivatsavsfu
Copy link
Contributor

Why is this code in .txt format ?
is this some kind of way to bypass the codacy PR review?

@prateekiiest
Copy link
Member

@manojkun , I didnt notice that. Thanks for letting me know
@chirayujain98 please send a new PR in a cpp file extension not .txt.

@prateekiiest
Copy link
Member

maybe codacy/ codeclimate bypassed that

@chirayujain98
Copy link
Contributor Author

chirayujain98 commented Dec 1, 2017 via email

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.

3 participants