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

16 lines
466 B
Markdown
Raw Normal View History

2020-06-09 16:36:07 +00:00
---
slug: /plat/dp-bitmasks
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)