C# Sorting 🥑 This is a playground solution to implement some sorting algorithms in C#. TODO Insertion Sort Selection Sort Merge Sort Quick Sort Heap Sort