Version: 0.4.24

3. Dynamic Programming#

Lecture:

Lecture 7.3 (slides)

Objectives:

Understand what is a dynamic programming, when it applies, and how to apply it

Concepts:

Dynamic programming: Memoïzation and bottom-up traversal

To be completed