CS 261 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/a4/classes/cs/minoura/cs261/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) Creating your Java environment
Assignment 1 (Postscript) Creating your Java environment
Assignment 2 (HTML) Reverse Polish Notation, Stacks
Assignment 2 (Postscript) Reverse Polish Notation, Stacks
Assignment 3 (HTML) Queues, Bounded Buffer
Assignment 3 (Postscript) Queues, Bounded Buffer
Assignment 4 (HTML) SListG and MListG
Assignment 4 (Postscript) SListG and MListG
Assignment 5 (HTML) BitSet and ExpressTreeG
Assignment 5 (Postscript) BitSet and ExpressTreeG
Assignment 6 (HTML) PrefixG and SearchTreeG
Assignment 6 (Postscript) PrefixG and SearchTreeG
Assignment 7 (HTML) Search Tree and Heap
Assignment 7 (Postscript) Search Tree and Heap
Assignment 8 (HTML) Hash Tables
Assignment 8 (Postscript) Hash Tables
Assignment 9 (HTML) Sets and Minimum Spanning Tree
Assignment 9 (Postscript) Sets and Minimum Spanning Tree