One very-fast sorting algorithm for comparisons
This program preforms merge sort on a random set numbers and times the results.
The integers are numbered between 1 and 53 like the Florida lottery.
This sorting program can handle aprox. 1,000,000 numbers, any more than a million cause internal errors.