A project that generates an array of integers and sorts them using a variety of available sorting methods.
The user can select an array of any size and choose from a selection of sorting methods to sort the generated array. The user will also be notified of how long each sort takes.
To produce a report run the following command:
mvn test-compile org.pitest:pitest-maven:mutationCoverage in your terminal.