Skip to content

UR-Fall-2017-CSC-172-Lab-TA-Group/Lab7-Auto

Repository files navigation

Lab7-Auto

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

Warning:

  • 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

UNIX:

  1. Copy student submission into the folder

  2. ./auto.sh

Note: If your terminal says permission denied, try changing the permission then run again:

> chmod +x autograde.sh

About

An script that runs all the sorting algorithms for lab 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published