SUNY Geneseo Department of Computer Science
Exercises and Such
CSci 242, Spring 2013
Prof. Doug Baldwin
Last updated May 2, 2013
These are the assignments, exams, and related material for CSci 242 (Analysis of Algorithms).
Most items are HTML documents that can be read on-line; a few may be in other formats; these you can download from
here, to read separately.
Available Exercises
- Problem Set 1—Graphs
- Problem Set 2—Breadth First Search
- Problem Set 3—Depth First Search
- Problem Set 4—Divide and Conquer
- Problem Set 5—Inductive Proofs of Correctness
- Problem Set 6—The Master Method
- Problem Set 7—Dynamic Programming 1
- Problem Set 8—Dynamic Programming 2
- Problem Set 9—The Floyd-Warshall Algorithm
- Problem Set 10—Dijkstra’s Algorithm
- Problem Set 11—Greedy Algorithms
- Problem Set 12—Minimum Spanning Trees
- Problem Set 13—Hash Tables
- Problem Set 14—Probability and Expected Value
- Problem Set the Last—Backtracking