I recently came across two very interesting articles about Dynamic Programming on the computer science portal for geeks website GeeksForGeeks. I am not going to take credit for the ideas and so I will provide links to these articles. Enjoy the read and write good code. Go geek!
Dynamic Programming | Set 1 (Overlapping Subproblems Property)
Dynamic Programming | Set 2 (Optimal Substructure Property)
Advertisement
Filed under: programming, dynamic programming