Sorting-Algorithms Different sorting algorithms, implemented in python with time tracking So far the following algorithms have been implemented: Radixsort Quicksort Bubblesort Selection-Sort Mergesort Shellsort Insertion-Sort Random Quicksort Counting Sort