Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • All assigned programming problems should be done in the same .ss file.
  • At the top of your programming solution file, please put a header with the assignment number, your name and e-mail address, and your partner's name and e-mail address, like this:
    Code Block
          ;; COMP 211 HW #01
          ;; Christopher Warrington <chrisw@rice.edu>
          ;; Gregory Malecha <gmalecha@rice.edu>
    
  • Strictly follow the formatting and documentation directives given below under the heading Requirements.

Submitting your homework

For submission instructions, please see the SVN Turnin tutorial.

Requirements

You must include any data definitions introduced in your homework submissions. And the functions you write must follow the basic forms.

...