How to Submit Lab3

Please note that this Submission guide supercedes any instructions labeled DELIVERABLES on lab assignment 3.
  1. Create a directory:

  2.        username.lab3
  3. There will be three directories each corresponding to a separate problem. Make sure your name is at the top of every file. Every directory must include a make file to build your executable code. Be sure this file is called makefile. This make file must include a target clean, for removing all executables.
  4. When you are finished with your assignment you will create a compressed archive file using tar (this utility stores your directory as a single file, then compresses its size.)

  5.        tar -czvf   username.lab3.tgz   username.lab3
  6. You will email your file to our grader Soner Balkir as an attachment.

  7.  
    To  soner@cs.uchicago.edu
    Attachment  username.lab3.tgz
    Subject  CSPP51081 Lab 3