#Sorting Algorithms

We're testing various sorting algorithms. Two slow algorithms O(n^2) and two faster sorting algorithms O(nlogn) from which we've covered in class. As well as another fast sort we haven't covered.