A script that runs all the sorting algorithms
The script will compile the java code and runs the compiled unit with different arguments in a loop to run all the algorithms
-
This script does not calculate the score! It simply loops through the sorting algorithms.
-
This script default to sort 1Kints.txt. You can change the script to run other inputs
-
Copy student submission into the folder
-
./auto.sh
Note: If your terminal says permission denied, try changing the permission then run again:
> chmod +x autograde.sh