--- id: dp-more title: "More DP (come up with better name?)" author: ? description: "?" frequency: 1 --- D&C: Mowing: http://www.usaco.org/index.php?page=viewproblem2&cpid=926 Miscellaneous Techniques: https://codeforces.com/blog/entry/47764 There are [plenty](https://github.com/bqi343/USACO/blob/master/Contests/USACO%20Links/Division-Specific/Platinum.md) of Platinum DP problems that are not covered by this guide; we recommend that you work through these on your own. Queue w/ Two Stacks is used to remove a factor of $O(\log N)$ in [USACO Plat - Mowing Mischief](http://www.usaco.org/index.php?page=viewproblem2&cpid=926).