Analysis of Sorting Algorithms

For this project in my Programming II course, I wrote various typical sorting algorithms in C. Then, I tested the efficiency of the different sorting algorithms experimentally. I analyzed the data in Python and compare the experimental run times with the theoretical run times given by the big-oh of the various algorithms. Check out the repository here.