CS 261 Viewgraph Copies

Schedule

Office Hours

Textbooks

Course Outline

Grading

Demonstrations

Sample Code

Assignments

Students' Work

Viewgraphs

Additional Materials

Related URLs

Archived Mail

Home

Viewgraph copies are stored as Postscript files.

  1. Aviewgraph file can be retrieved by the Web browser. To retrieve a viewgraph file, click on the label for that viewgraph.

  2. A viewgraph 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/vg on COE machines. Hence, they can be printed by the command, e.g., lp -d dear115 vgJavaIntro2up.ps, where dear115 is a printer name.
Unix Unix Introduction
JavaIntro Java Introduction
Stack Evaluation of RPN Expressions
Queue Queue and Boundec Buffer
List Singly-Linked and Doubly-Linked Lists
BitMap Bit Set, Sieve of Eratosthenes
Trees Expression Tree, Tree Traversal
SearchTree Binary Search Tree
Heap Heap
Hash Hash Table
Sets Union and Find for Sets
Graph Graph Representations
MinST Minimum Spanning Tree
ShortestPath Shortest Distance Algorithm