背包
背包问题:Problem - 2602 (hdu.edu.cn)
完全背包:Problem - 1114 (hdu.edu.cn)
多重背包:Problem - 2844 (hdu.edu.cn)
分组背包:Problem - 1712 (hdu.edu.cn)
混合背包:3260 -- The Fewest Coins (poj.org)
线性dp
1163 -- The Triangle (poj.org)
2533 -- Longest Ordered Subsequence (poj.org)
1458 -- Common Subsequence (poj.org)
区间dp
3280 -- Cheapest Palindrome (poj.org)
1651 -- Multiplication Puzzle (poj.org)
树型dp
3342 -- Party at Hali-Bula (poj.org) 或 Problem - 2412 (hdu.edu.cn)
1463 -- Strategic game (poj.org)
uva 12186
3398 -- Perfect Service (poj.org)
3585 -- Accumulation Degree (poj.org)
数位dp
3252 -- Round Numbers (poj.org)
2282 -- The Counting Problem (poj.org)
状态压缩dp
旅行商问题tsp
3311 -- Hie with the Pie (poj.org)
2686 -- Traveling by Stagecoach (poj.org)
插头dp
2411 -- Mondriaan's Dream (poj.org)
ural 1519
动态规划优化
- 倍增优化
- 数据结构优化:
1769 -- Minimizing maximizer (poj.org)
2373 -- Dividing the Path (poj.org)
- 单调队列优化:
2823 -- Sliding Window (poj.org)
2373 -- Dividing the Path (poj.org)
- 斜率优化
1180 -- Batch Scheduling (poj.org)
- 四边不等式优化