Example - Timing Sorts
Timing sorts is a program I wrote for my programming class that tests how long it takes for different sorting algorithms to sort an array of integers. TestSorts.java contains an example of a menu using a switch statement. In order for TestSortsMain to run it will need to be in a folder containing the following files: