Where to Use Dynamic Programming

In this lesson, we will learn about some problem characteristics in dynamic programming.

Dynamic programming, the magic wand

Do you remember the run time complexity of the Fibonacci algorithm from earlier lessons? We even saw how bad that algorithm performed ...