Algorithm Analysis (CSC 301 2015F) : EBoards

CSC301.01 2015F, Class 35: Dynamic Programming (3)


Overview

Preliminaries

Admin

Upcoming Work

Extra Credit

Academic

Peer

Questions

Review: Key Ideas in Dynamic Programming

The Edit Distance problem

What is the cost of this algorithm? O(nm) running time with O(nm) space.

Is there a better solution? Not that I know of.

The Knapsack problem, revisited