Programs runs through various sorting algorithms and tests their execution times over various sizes of data sets:
- Selection sort
- Bubble sort
- Merge sort
- Quick sort
- Bucket sort
Attached is an analysis of the efficiencies of tested sorting algorithms, the raw data and test results.