Homework 1 - Grading

You will should receive an email from us with your grades for homework 1 in it. This email should be fairly self-explanatory, but here are some pointers:


Some statistics:

C++Javaphp3Perl
Most lines of code:32801480336652
Least lines of code:559328336652


Some suggestions for future assignments:
  1. Read the handout closely. Many points were lost because the specified trace format was not followed.
  2. Documentation is important! (~20% of your grade, here) Documentation does not mean commenting every line of your code. This only makes it more difficult to read. Documentation consists of clear instructions on how to run the code, a paragraph description at the beginning of each file (including, for the main file, a description of the input and output and what the program does), a short description with each function, and perhaps most importantly (and most often omitted!), a high-level description of any data structures used.

Last modified: Mon Mar 6 12:06:46 2000