fnplus / Algorithms-Hacktoberfest

This repository is a part of HacktoberFest, an event organised by DigitalOcean.
https://hacktoberfest.digitalocean.com/
29 stars 212 forks source link

Adding odd even sort algorithm #410

Open Klaywert opened 4 years ago

Klaywert commented 4 years ago

Trying to contribute with the project. I added a new sorting algorithm, odd even sort (or brick sort) in C#.