OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.58k stars 3.69k forks source link

add pigeonhole sort #514

Open AdiChat opened 7 years ago

AdiChat commented 7 years ago

Add the code for pigeonhole sort in any language ( C, Java, Go, Python, JavaScript or any other)

The code should be placed at code/sorting/pigeonhole sort

Sample code in C++: see Note: multiple contributors can work on this issue as it has multiple parts (languages)

Your pull request will be reviewed by maintainers instantly.

For contribution guidelines, see this

If you need any help, let us know.

raghav710 commented 7 years ago

I'd like to contribute the python and C# versions for this if thats fine :)

AdiChat commented 7 years ago

Sure @raghav710 Go for it 👍

akki5031 commented 7 years ago

@AdiChat i would like to do that in C

AdiChat commented 7 years ago

Sure @007akk Go for it 👍

gravitydestroyer commented 7 years ago

I'd like to do that in python..

AdiChat commented 7 years ago

Sure, Go for it 👍

JonasWG commented 7 years ago

I am writing this in Java right now

akki5031 commented 7 years ago

@AdiChat i have made pull request for pigeon_hole_sort.c

JonasWG commented 7 years ago

I have made pull request for java implementation.

raghav710 commented 7 years ago

@gravitydestroyer have you started with the python version. If yes, I'd do the C# version alone :)

gravitydestroyer commented 7 years ago

yes @raghav710 already filed a PR :)

raghav710 commented 7 years ago

@AdiChat added the C# one. better late than never :)