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/5_Gold/DP_Trees.md
Benjamin Qi af73a84163 lots
2020-06-22 22:17:59 -04:00

1.5 KiB

id title author prerequisites description
dp-trees Dynamic Programming on Trees Michael Cao
Silver - Depth First Search
Gold - Introduction to Dynamic Programming
What it sounds like.

Tutorial

Problems

Don't just dive into trying to figure out a DP state and transitions -- make some observations if you don't see any obvious DP solution!