This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/6_Plat/11_DP_Ranges.md
2020-06-15 16:19:07 -07:00

18 lines
No EOL
534 B
Markdown

---
id: dp-ranges
title: "Dynamic Programming on Ranges"
author: Michael Cao
prerequisites:
-
- Gold - Introduction to Dynamic Programming
---
<!-- END DESCRIPTION -->
## 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)