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! ✨ - [ ] Insertion Sort - [ ] Merge Sort (Taken) - [x] Heapsort - [x] Counting Sort - [x] Quicksort (Taken) - [x] Bogo sort - [x] Selection Sort - [x] Bubble Sort
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! ✨