Test 2 on Chapters 4-6 is on Thursday, April 15 (or Tuesday, April 20 if I cannot find a proctor).

The test will be closed-book, except for 1 sheet (8.5"x11", front and back) of notes.

For the test, you should:

1) understand the general concept of the greedy approach, backtracking, and branch-and-bound problem-solving techniques,

2) understand the greedy approach, backtracking, and branch-and-bound algorithms for problems discussed in class (see list below),

3) be able to apply dynamic programming, greedy approach, backtracking, and branch-and-bound techniques to "new" (i.e., not in the text) problems,

Examples Seen

Technique Problems
Greedy Coin-change problem (not optimal)

Dijkstra's Single-source Shortest Path

Traveling-Salesperson (not optimal)

Fractional Knapsack Problem

Backtracking Coin-change problem

0-1 Knapsack Problem

Sum-of-Subsets Problem

Traveling-Salesperson

Branch-and-Bound Coin-change problem (not a good solution)

0-1 Knapsack Problem

Traveling-Salesperson