S8:E7 - "Dynamic Programming is pretty dynamite " - podcast episode cover

S8:E7 - "Dynamic Programming is pretty dynamite "

Dec 04, 201922 minTranscript available on Metacast
--:--
--:--
Listen in podcast apps:

Episode description

In this episode we talk about different paradigms and approaches to algorithmic design: the Divide and Conquer Algorithm, the Greedy Algorithm, and the Dynamic Programming Algorithm, which remembers the subproblems that it has seen and solved before so as not to repeat doing the same thing over again. Based on Vaidehi Joshi's blog post, "Less Repetition, More Dynamic Programming".