--- slug: /plat/dp-ranges title: "Dynamic Programming on Ranges" author: Michael Cao order: 11 prerequisites: - - Gold - Introduction to Dynamic Programming --- ## Problems * [Gold - 248](http://www.usaco.org/index.php?page=viewproblem2&cpid=647) * more straightforward * [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)