CS 1320 (Principles of Algorithm Design I):
Homework #0
- Assigned:
- January 12, 2000
- Due:
- January 17, 2000, at start of class.
- Credit:
- 5 points.
Instructions:
- Create your account on the CS machines, following
the instructions in the
CS1320 FAQ.
- Send mail to bmassing@trinity.edu from your
CS account. The message should contain (a) your
full name, and (b) your preferred e-mail address.
If you do not know how to send mail
from Unix, the following will accomplish the
desired result:
- Log into your CS account.
- Start a command-line session (by clicking on the
icon that looks like an old-time terminal).
- Compose your message and save it in a file,
say mymessage.txt. You can use a text
editor, or you can do the following:
- Type the following command, ending with the
return key:
cat > mymessage.txt
- Type your message, pressing the return
key at the end of each line.
- Type control-D to end.
- Send the file with the following command:
mail bmassing@trinity.edu < mymessage.txt
- Log out from your CS account.