Add link to CF tutorial on some advanced DP techniques.

This commit is contained in:
Hankai Zhang 2020-06-28 21:43:47 -04:00
parent bc32d5d5b0
commit 130adc9c4b

View file

@ -10,6 +10,8 @@ D&C:
Mowing: http://www.usaco.org/index.php?page=viewproblem2&cpid=926
Miscellaneous Techniques: https://codeforces.com/blog/entry/47764
<info-block title="Pro Tip">
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.
@ -20,4 +22,4 @@ There are [plenty](https://github.com/bqi343/USACO/blob/master/Contests/USACO%20
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).
</optional-content>
</optional-content>