Modify the code and add the third sorting strategy: Insertion Sort. With your project, submit a text file timing.txt where you state the measured run time of all three strategies for the random array of 50,000 elements. In this submitted file, also comment on the differences between run-times of the three algorithms.