難度:1
前提:演算法
後繼:動態規劃 II,狀態壓縮 DP,樹形 DP,LIS 問題,LCS 問題
資料:
- https://en.wikipedia.org/wiki/Dynamic_programming
- http://www.csie.ntnu.edu.tw/~u91029/DynamicProgramming.html
- http://codeforces.com/problemset/tags/dp
- https://community.topcoder.com/tc?module=ProblemArchive&sr=&er=&sc=&sd=&class=&cat=Dynamic+Programming&div1l=&div2l=&mind1s=&mind2s=&maxd1s=&maxd2s=&wr=
- http://www.spoj.com/problems/tag/dynamic-programming
- https://vijos.org/p/%E5%8A%A8%E6%80%81%E8%A7%84%E5%88%92