Week 6 Discussion Forum

What is dynamic programming in computer science???

What is dynamic programming in computer science???

by Masud Parvez Pyiash 192-15-2827 -
Number of replies: 0

Dynamic programming is both a mathematical optimization method and a computer programming method. ... Likewise, in computer science, if a problem can be solved optimally by breaking it into sub-problems and then recursively finding the optimal solutions to the sub-problems, then it is said to have optimal substructure.

47 words