Register Submit Get grade

Exercise submission:


  • You must register to the course to be able to submit the exercises.
  • All assignments are personal.
  • You are required to submit all the exercises.
  • The relative weight of the exercises (and the examinations) will be set at the end of the course.
  • You may submit a programming exercise up to 1 day after the submission date.
    However, you will lose 8 points if you are late by 1 day (we do not count Saturdays).
  • Students with personal problems (miluim, illness, etc.) that wish to get extension should ask for it before the submission deadline. Extensions will not be given "postmortem". A student must get a written permission (i.e. an email) for late submission from plab@cs. Verbal approval is not enough!
  • For each exercise you should submit a single .tar file.
    tar is the suffix for tar files.
    (tar is a utility that puts many files together in one file.)
    The interface of tar is quite like the interface of jar:
         To create a tar file run: tar -cvf TARFILENAME.tar file1 file2 file3 ...
         To extract files from a tar file run: tar -xvf TARFILENAME.tar
    Note that you can have wildcards in file1, file2, etc - this will insert all matching files to the tar. See man tar for further explanation.
    Before submitting a tar file, try extracting it in an empty directory to make sure it contains all you meant it to contain.
  • The style guidelines are here.

  • Exercise descriptions: