A simple and advanced sort comparison. SimpleSortTesterCSV executes bubble , insertion, and seletion sort on random, reversed and sorted data with an input size of up to 10000000 elements. It then displays the time taken until the completeion of each sort in a graph. The timing results are also saved to .csv file for further review. AdvancedSortTester executes merge, and quick sort on random, reversed and sorted data with an input size of up to 10000000 elements. It then displays the time taken until the completeion of each sort in a graph. The timing results are also saved to .csv file for further review.