Package timertests

Class Summary
DataSet<T>  
Result To represent the result of one run of the timer tests
TestData This class contains the test data for all sorting tests For each data set size: 1000, 2000, 4000, 8000, 16000 there is a sequential and random set For size 29470 there is just one complete set sequential contains a contiguous subset of the source city data random selects data at random from the source city data
TimerTests  
 

Exception Summary
UnsortedException Exception to be raised when the sorting algorithm fails to sort according to the given Comparator.