- Mathmatical problems
- Economics
- Bioinformatics
Backpack Problem: Given a set of treasures with known values and weights, which of them should you pick to maximize your profit whilst not damaging your backpack which has a fixed capacity?
Egg Dropping: What is the best way to drop nn eggs from an mm-floored building to figure out the lowest height from which the eggs when dropped crack?
Longest Common Subsequence: Given two sequences, which is the longest subsequence common to both of them?
Subset Sum Problem: Given a set and a value n,n, is there a subset the sum of whose elements is n?n?
Fibonacci Numbers: Is there a better way to compute Fibonacci numbers than plain recursion?
Refer to these links for in-depth examples:
Dynamic Economics in Practice
Dynamic Programming in Economics
Refer to these links for in-depth examples and explanations:
Systematic Dynamic ProgrammingUCSD Bioinformatics Dynamic Programming