CS:3330 Algorithms Project 3: Due 11/12/2019


For this assignment, you will experiment various sorting algorithms with the code sorting.java to fulfil the following tasks.

Please submit your modified code, including your conclusions and a transcript of its execution, in the ICON dropbox for Project 3 before the deadline.

Finally, a note on cmputing time. Today's computers run fast. If you run on a small input, the computing time is too small to tell the difference. However, not everyone can easily access a fast computer. If one sorting job takes more 10 minutes, you may stop it from running and use a smaller input. Please document this in your report.

Thank you!