next up previous
Next: Above and beyond Up: Write once, solve thrice: Previous: Your job


What to submit

Assignments are due 11:59:59 on Friday, December the 6th.

You'll need to submit your chain.cpp, vertexChain.cpp, matrixChain.cpp, and bstChain.cpp. If you modify chain.h (you may add declarations, but not change those already present), then submit your versionof chain.h. It is your responsibility to ensure that when all these files are present in the same directory with the supplied Makefile (which you don't change nor submit), the command

   make
...executes without error.

Once you're satisfied with your results, you may submit your work:

    submit -c csc270h -a a4 chain.h chain.cpp vertexChain.cpp matrixChain.cpp bstChain.cpp
Your can check that your assignment has been submitted with
    submit -l -c csc270h -a a3
You can replace a file of the same name that you have previously submitted with (using vertexChain.cpp as an example):
    submit -c csc270h -a a3 -f vertexChain.cpp

Late assignments are not normally accepted, and always require a written explanation (e-mail is a form of writing).

Submit your own work! We detected a case of excessively similar code in A2, and we are pursuing a possible academic offense due to it. Don't be the next one.



Danny Heap 2002-11-27