--- id: dp-ranges title: "Dynamic Programming on Ranges" author: Michael Cao prerequisites: - - Gold - Introduction to Dynamic Programming --- ## Problems * [Gold - 248](http://www.usaco.org/index.php?page=viewproblem2&cpid=647) * more straightforward * [CF Zuma](https://codeforces.com/problemset/problem/607/B) * [Plat - Greedy Pie Eaters](http://www.usaco.org/index.php?page=viewproblem2&cpid=972) * [Plat - Subsequence Reversal](http://www.usaco.org/index.php?page=viewproblem2&cpid=698)