随笔分类 -  动态规划

摘要:期望DP,记搜 阅读全文
posted @ 2018-10-17 08:46 GhostCai 阅读(103) 评论(0) 推荐(0)
摘要:贪心+背包 阅读全文
posted @ 2018-10-16 15:33 GhostCai 阅读(82) 评论(0) 推荐(0)
摘要:决策单调性,板板分治,神奇莫队(?) 阅读全文
posted @ 2018-10-15 16:02 GhostCai 阅读(122) 评论(0) 推荐(0)
摘要:二维背包 阅读全文
posted @ 2018-10-13 20:49 GhostCai 阅读(73) 评论(0) 推荐(0)
摘要:分类讨论,思路题 阅读全文
posted @ 2018-10-11 11:58 GhostCai 阅读(105) 评论(0) 推荐(0)
摘要:预处理每个点向左向右向上延伸的最长距离即可 实现上注意矩形的约束条件,也就是取min的过程 cpp include include using namespace std; const int MAXN = 1005; int n,m; int a[MAXN][MAXN]; int h[MAXN][ 阅读全文
posted @ 2018-10-11 10:34 GhostCai 阅读(92) 评论(0) 推荐(0)
摘要:数位DP 阅读全文
posted @ 2018-09-29 20:49 GhostCai 阅读(144) 评论(0) 推荐(0)
摘要:决策单调性 阅读全文
posted @ 2018-09-29 18:08 GhostCai 阅读(116) 评论(0) 推荐(0)
摘要:单调队列优化DP 阅读全文
posted @ 2018-09-29 15:22 GhostCai 阅读(123) 评论(0) 推荐(0)
摘要:期望DP 阅读全文
posted @ 2018-09-26 15:32 GhostCai 阅读(143) 评论(0) 推荐(0)
摘要:LIS,DP,思路 阅读全文
posted @ 2018-09-13 21:29 GhostCai 阅读(122) 评论(0) 推荐(0)
摘要:期望概率DP 阅读全文
posted @ 2018-09-12 21:53 GhostCai 阅读(133) 评论(0) 推荐(0)
摘要:组合数学,DP 阅读全文
posted @ 2018-09-10 16:18 GhostCai 阅读(103) 评论(0) 推荐(0)
摘要:DP,组合数学,置换 阅读全文
posted @ 2018-09-07 20:02 GhostCai 阅读(97) 评论(0) 推荐(0)
摘要:计数DP,异或性质 阅读全文
posted @ 2018-09-07 17:41 GhostCai 阅读(140) 评论(0) 推荐(0)
摘要:多重背包,前缀后缀 阅读全文
posted @ 2018-08-20 19:31 GhostCai 阅读(189) 评论(0) 推荐(0)
摘要:树形DP,二分图概念 阅读全文
posted @ 2018-08-07 21:39 GhostCai 阅读(111) 评论(0) 推荐(0)
摘要:简单DP 阅读全文
posted @ 2018-08-05 21:53 GhostCai 阅读(97) 评论(0) 推荐(0)
摘要:基环树DP 阅读全文
posted @ 2018-08-01 11:45 GhostCai 阅读(93) 评论(0) 推荐(0)
摘要:字符串,DP 阅读全文
posted @ 2018-08-01 10:23 GhostCai 阅读(85) 评论(0) 推荐(0)