bashbers / csharp-algorithms-hacktoberfest2018

Hacktoberfest repository which over time will include loads of c# algorithms.
https://hacktoberfest.digitalocean.com/
3 stars 29 forks source link

added gnome sort #34

Closed dschemp closed 4 years ago

dschemp commented 6 years ago

Issue: #31

If you can check all of the above, congrats! :sparkles:

Description:

Gnomesort is a sorting algorithm which works in a similar fashion as insertion sort, only swapping the elements like bubble sort.