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.56k stars 3.67k forks source link

Add Cycle Sort #847

Open ahhmarr opened 6 years ago

ahhmarr commented 6 years ago

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

The code should be placed at code/sorting/cycle_sort

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.

ahhmarr commented 6 years ago

848

for JavaScript

parthsharma2 commented 6 years ago

860 implemented in python

amirkarimi commented 6 years ago

865 Go implementation (Just translated Python sample code from Wikipedia page to Go)

Jecoms commented 6 years ago

I'll implement this in C#

j3r3mias commented 6 years ago

930 implemented in C.