What exactly do we need to submit?

Only one submission is required per team (from either account). Just make sure to include BOTH team members' names in the README file.

Your homework submission should contain i) the answers to written questions (if any) in an ASCII text file; ii) your code for the programming assignments; AND iii) a README file. Your README file should contain the following: Your README file will help us grade your assignment. If we get frustrated grading an assignment because of a poorly written or missing README file, we will lower your grade accordingly.

How do we submit our homeworks?

Please follow these steps:
  1. Make a directory and copy all required files into it (this includes the README file, see above).
  2. Change to that directory and type:
    tar -cvf pX.tar *
    gzip pX.tar where X is the homework number (e.g., for homework 1 you should set X=1).
  3. Call the submit program from this exact path:

    ~jk414086/BIN/submit

    You can actually create a symbolic link called submit from your directory to the above path, so you don't have to type it all the time. To create a symbolic link, type the following:

    ln -s ~jk414086/BIN/submit submit

  4. Finally, to submit your program type:

    submit X pX.tar.gz

Please note the following