Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 377 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 377 Bytes

Dynamic Programming

Jupyter notebook has theory related to dynamic programming and also example of dynamic programming with fibonacci number generation

Important point to remmeber about Dynamic programming is that, the name is misleading, giving a feeling that it is something very complicated. But it's not.

https://www.youtube.com/watch?v=OQ5jsbhAv_M - MIT OCW lecture