(Optional but encouraged to try for your own sake which you can use later to demonstrate the efficiency of the three sorters) Plot a graph and compare the performance of the three algorithms (selection, merge, int radix). Leave out float radix sort.
The x-axis will be problem size 10...100 mil while the y-axis will be execution time. The plot will have three lines.
Plotting is a separate process, not part of the C code.
Your C program will print numbers each time the code is run with different problem sizes. Save the numbers as a csv file. Use excel or something to manually plot graphs/charts.