/lab1

CSC 365 Lab 1

Primary LanguagePython

lab1

CSC 365 Lab 1

Testing

Test cases are held in:

test.txt

Output is generated in:

output.txt

and expected out is in:

expected.txt

To run test suite:

python3 schoolsearch.py < tests.txt > output.txt
diff output.txt expected.txt