##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:
make
gcc
&g++
jdk
php5-cli
python3
pypy
jython
- Run the test
cd cmplang
sh 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