Sorting Algorithms in C# Here are some of the sorting algorithms’ implementations we’ve covered on Code Maze: Shell Sort in C# Counting Sort in C# Radix Sort in C# Bucket Sort in C# Insertion Sort in C# Quicksort Algorithm in C# Merge Sort in C# Bubble Sort In C# Selection Sort in C# Heap Sort in C#