CS 162 Assignments

Schedule

Office Hours

Textbooks

Course Outline

Grading

Demonstrations

Sample Code

Assignments

Students Work

Viewgraphs

Additional Materials

Related URLs

Archived Mail

Home

Assignments are stored as Postscript files.

  1. An assignment file can be retrieved by the Web browser. To retrieve an assignment file, click on the label for that assignment.

  2. An assignment file displayed by ghostview can be printed by selecting the File then the Print ... options.

  3. Postscript files are actually stored in directory /nfs/stak/a2/classes/cs/minoura/cs162/ass on COE machines. Hence, they can be printed by the command, e.g., lp -d printer ass1.ps, where printer is a printer name.
Information Sheet Student Background Questionaire
How to Use Java (HTML) Using JDK and Creating Screen Dumps on Unix
How to Use Java (Postscript) Using JDK and Creating Screen Dumps on Unix
Assignment 1 (HTML) Setting Up a Web Site
Assignment 1 (Postscript) Setting Up a Web Site
Assignment 2 (HTML) FindMin
Assignment 2 (Postscript) FindMin
Assignment 3 (HTML) Searching
Assignment 3 (Postscript) Searching
Assignment 4 (HTML) Sorting I
Assignment 4 (Postscript) Sorting I
Assignment 5 (HTML) Recursion
Assignment 5 (Postscript) Recursion
Assignment 6 (HTML) Recursion II
Assignment 6 (Postscript) Recursion II
Assignment 7 (HTML) Quick Sort and Merge
Assignment 7 (Postscript) Quick Sort and Merge
Assignment 8 (HTML) Merge Sort
Assignment 8 (Postscript) Merge Sort
Assignment 9 (HTML) Color Test Program
Assignment 9 (Postscript) Color Test Program