Collection of Sorting Algorithms
'generate' is an executable file which generates a binary file a user inputed length of long ints
Usage:
./generate 'Number of elements' 'outputFile'
For Example, the following command creates a binary file '1000.b' of 1000 random long ints
./generate 1000 1000.b