Sorting-Algorithms This program impleaments most of the popular sorting algorithms and uses a timer to test how fast the input of numbers are sorted To-Do Fix timer issues Fix sorting methods Insertion Sort Bubble w/Flag Merge Sort Radix Sort Smooth Sort