'make' compiles the program and creates the executable 'quicksort'.
To run the program,
./quicksort example.txt
Replace example.txt with any of the given .txt files in the directory (Increasing.txt, Random.txt, etc.).
The running time and number of swaps for quicksort using each partition will be outputted to the terminal.