Sorting Algorithms I'm implementing some common sorting algorithms for practicing. Bubble Sort Selection Sort Insertion Sort Quick Sort Heap Sort Merge Sort