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/8_Gold_DP_Trees.md
2020-06-15 16:19:07 -07:00

1.2 KiB

id title author prerequisites
dp-trees Dynamic Programming on Trees Michael Cao
Silver - Depth First Search
Gold - Introduction to Dynamic Programming

Tutorial

Problems

info | 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!