CSC 357 Programming Assignments
CSC 357
Programming Assignments
Each programming assignment directory has the following files and
subdirectories:
-
writeup.html -- the assignment writeup
-
testing -- subdirectory of testing-related files
-
plan.{html,pdf} -- the testing plan for the assignment, defining
precisely the expected input/output behavior
-
run.csh -- the script that executes the test plan
-
inputs -- subdirectory of testing input files
-
expected-outputs -- subdirectory of corresponding output files,
showing the expected results; your output results will be compared to the
expected results using UNIX diff
-
possibly other supporting files and directories, on a per-assignment
basis
Here are the assignments:
index
|
lectures
|
labs
|
programs
|
handouts
|
solutions
|
examples
|
documentation
|
bin