Skip to content
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

[Algo] Counting Sort [C] #381

Closed
paawan01 opened this issue Oct 7, 2018 · 2 comments · Fixed by #426
Closed

[Algo] Counting Sort [C] #381

paawan01 opened this issue Oct 7, 2018 · 2 comments · Fixed by #426

Comments

@paawan01
Copy link

paawan01 commented Oct 7, 2018

https://en.wikipedia.org/wiki/Counting_sort

@sangamcse
Copy link
Member

GitMate.io thinks possibly related issues are #146 ([Algo] Quick Sort [C]), #145 ([Algo] Selection Sort [C]), #147 ([Algo] Merge Sort [C]), #247 ([Algo] Insersion Sort [C]), and #19 ([Algo]: Add Bubble Sort in C).

@paawan01
Copy link
Author

paawan01 commented Oct 7, 2018

Would like to take this as well.

paawan01 pushed a commit to paawan01/Algorithms that referenced this issue Oct 9, 2018
This adds Counting sort which sorts array by counting the occurences of elements.

Closes NITSkmOS#381
paawan01 pushed a commit to paawan01/Algorithms that referenced this issue Oct 9, 2018
This adds Counting sort which sorts array by counting the occurences of elements.

Closes NITSkmOS#381
paawan01 pushed a commit to paawan01/Algorithms that referenced this issue Oct 9, 2018
This adds Counting sort which sorts array by counting the occurences of elements.

Closes NITSkmOS#381
paawan01 pushed a commit to paawan01/Algorithms that referenced this issue Oct 13, 2018
This adds Counting sort implementation in C.

Closes NITSkmOS#381
sangamcse pushed a commit that referenced this issue Oct 14, 2018
This adds Counting sort implementation in C.

Closes #381
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants