Soon, a summary of all the new commands, including the format for
the input file, and their accessibility to users will be given on the subject
web page. This delay should not hinder your ability to start designing
immediately.
Your design should be submitted in hardcopy form to the submission box in the basement of SEECS (the same as for project A).
Also, you should fill out and attach, to the front of your design doc,
a cover sheet (that you will soon be able to download from the 254 web
page). Submissions without cover sheets will not be marked.
Your implementation should be submitted using the submit command:
submit 254 B *.java
(this assumes you are submitting from a directory with all your Java source files in it).
And do not forget to verify:
verify 254 B
Late submissions should be sent to B.late using the above commands. Late submissions will be penalised at 1 mark per day late.
Please note that while we will provide sample test cases, your submission will undergo other invisible tests and the tests you see, may well be not the ones we use for assessment. You should not view submit as a tool for testing the correctness of your solution ... testing is your job, not ours!
As was the case with project A, we should be able to run your project
via the command:
java URS [input file]
Good luck!