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

Add sorting algorithms #2

Open bashbers opened 5 years ago

bashbers commented 5 years ago

Implement a C# sorting algorithm and add a readme.md describing said sorting algorithm.

Follow the contribution guidelines inside the readme.md and reference this issue whenever you implement an issue 👍

Happy hacking! ✨

Yikal commented 5 years ago

I'll do the merge sort

DillonAd commented 5 years ago

It's been a minute since I've done sorting algorithms. Sounds like fun! I'll take QuickSort!

girishbaviskar commented 5 years ago

I'll do the heapsort

rexiaxm7 commented 5 years ago

I'll do the insertion sort.

rexiaxm7 commented 5 years ago

There is already a pull request of the insertion sort. #10

pkos98 commented 5 years ago

Lemme try to use as much cpu as possible while sorting by implementing bogosort.

dpisanu commented 5 years ago

Would you be interested in having a benchmarking comparison on the sort implementations? I have a little setup cooked up.

dolani commented 4 years ago

I see the checkbox for insertion sort is not clicked yet, can i take it to work on it?