IMPORTANT: The root of your submit directory must include (at
least) the following files (with the specified filename):
- WRITEUP.txt
- Contains the writeups for all exercises which required analysis or
discussion. The format for this file may be text (WRITEUP.txt),
postscript (WRITEUP.ps), or pdf (WRITEUP.pdf).
- README.txt
- Contains the a listing of files submitted and a brief summary of
each files' contents. If the exercise does not dictate the target
operating system (SunOS or Linux) for a program, the target OS must be
specified in the description.
- Makefile
- input for "make" command to build submitted source code. If you
store your code in subdirectories, you are not required to have a single
integrated make file, but the TA should be able to compile any submitted
programs by entering "make" either at the root of your submit directory,
or within the subdirectory where the code is located.
If program output is requested as part of any of the exercises, the
file containing the output must be named with the extension .out (for
example, q2.efence.out). Alternatively, you may include the output in
your writeup.