From 130adc9c4b6e19468157c9d7c1a48161c8699060 Mon Sep 17 00:00:00 2001 From: Hankai Zhang Date: Sun, 28 Jun 2020 21:43:47 -0400 Subject: [PATCH] Add link to CF tutorial on some advanced DP techniques. --- content/6_Plat/DP_More.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/6_Plat/DP_More.mdx b/content/6_Plat/DP_More.mdx index 28b57e4..b0224d9 100644 --- a/content/6_Plat/DP_More.mdx +++ b/content/6_Plat/DP_More.mdx @@ -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 + 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). - \ No newline at end of file +