Dynamic Programming

Home > Biology > Computational biology > Algorithms and Data Structures > Dynamic Programming

A recursive method used to solve optimization problems by breaking them down into smaller sub-problems and solving them in a bottom-up manner to obtain the final solution.