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

18 lines
534 B
Markdown
Raw Normal View History

2020-06-09 16:36:07 +00:00
---
2020-06-15 23:19:07 +00:00
id: dp-ranges
2020-06-09 16:36:07 +00:00
title: "Dynamic Programming on Ranges"
author: Michael Cao
prerequisites:
-
- Gold - Introduction to Dynamic Programming
---
2020-06-09 16:57:44 +00:00
<!-- END DESCRIPTION -->
2020-06-09 16:36:07 +00:00
## Problems
* [Gold - 248](http://www.usaco.org/index.php?page=viewproblem2&cpid=647)
* more straightforward
2020-06-11 00:59:01 +00:00
* [CF Zuma](https://codeforces.com/problemset/problem/607/B)
2020-06-09 16:36:07 +00:00
* [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)