COP 4531: Assignment submission
Assignments should be submitted as described below, unless we mention otherwise.
- Written assignments: Written assignments are due by 5 pm on the due date. You should submit hardcopies of your answers by one of the following means: (i) place it in my mailbox in LOV 253, (ii) hand it to me or to the TA directly, (iii) fax it to me at 850-644-0058, or (iv) slip it under my office door at LOV 169, if the door is closed.
- Programming assignments: Programming assignments are due by midnight on the due date. Please refer to the assignment specifications for further submission instructions.
- You should maintain a development log for your program. This will mention a list of features you implemented, bugs you fixed, and other significant changes you made, each day that you worked on the code. If you received help from others (you are allowed to get a small amount of help from others for debugging your code, though you may not copy any code), please list that too in the development log. This will be a plain ASCII text file, called
LOG.txt
. An example is available at www.cs.fsu.edu/~asriniva/courses/ualg07/LOG.txt.
- Make sure that your code compiles and runs correctly. We will test your code on linprog (a Linux PC), using the g++ compiler. Your code should work correctly on this machine, and so you may want to develop your code on it.
Last modified: 23 Feb 2007