##Files for my QuickSort test
- Sources
- Shell script for timing
- Checking program
- CSV writing script
####Instructions for Running the Test
- Download the repo
- Make Sure you have the dependencies:
makegcc&g++jdkphp5-clipython3pypyjython
- Run the test
cd cmplangsh setup.sh./TestTime.sh
- The results can be found at
cmplang/results/RunTimesTable.csv
####Checking Sorting
- If files with sorted numbers are not printed:
./CheckSort.sh print - If the files have already been printed:
./CheckSort.sh run