(Latest Revision -- 04/23/2002)

CS 4440 Study Guide for Quiz #2:

Study the homework problems of homework sets 3-4.

Know these algorithms especially well: For any of the five algorithms above, be able to show what the algorithm will do in a "walk-through." For example, if I tell you an input for one of these algorithms, you should be able to describe, one at a time, the series of changes the algorithm makes to its data objects, until the algorithm stops, with the solution to the problem indicated in the values of the data objects.

if I show you the values of the data objects mid-way through the execution of one of these algorithms, you should be able to show me what changes the algorithm will make next to the data objects.