会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
GhostCai
管理
随笔分类 -
动态规划
上一页
1
2
3
4
5
6
7
下一页
[BZOJ] 1415: [Noi2005]聪聪和可可
摘要:期望DP,记搜
阅读全文
posted @
2018-10-17 08:46
GhostCai
阅读(103)
评论(0)
推荐(0)
[BZOJ] 1334: [Baltic2008]Elect
摘要:贪心+背包
阅读全文
posted @
2018-10-16 15:33
GhostCai
阅读(82)
评论(0)
推荐(0)
[BZOJ] 5125: [Lydsy1712月赛]小Q的书架
摘要:决策单调性,板板分治,神奇莫队(?)
阅读全文
posted @
2018-10-15 16:02
GhostCai
阅读(122)
评论(0)
推荐(0)
[CODEVS] 5056 潜水员
摘要:二维背包
阅读全文
posted @
2018-10-13 20:49
GhostCai
阅读(73)
评论(0)
推荐(0)
[BZOJ] 1127: [POI2008]KUP
摘要:分类讨论,思路题
阅读全文
posted @
2018-10-11 11:58
GhostCai
阅读(105)
评论(0)
推荐(0)
[BZOJ] 3039: 玉蟾宫
摘要:预处理每个点向左向右向上延伸的最长距离即可 实现上注意矩形的约束条件,也就是取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)
[BZOJ] 1833: [ZJOI2010]count 数字计数
摘要:数位DP
阅读全文
posted @
2018-09-29 20:49
GhostCai
阅读(144)
评论(0)
推荐(0)
[BZOJ] 1563: [NOI2009]诗人小G
摘要:决策单调性
阅读全文
posted @
2018-09-29 18:08
GhostCai
阅读(116)
评论(0)
推荐(0)
[BZOJ] 2442: [Usaco2011 Open]修剪草坪
摘要:单调队列优化DP
阅读全文
posted @
2018-09-29 15:22
GhostCai
阅读(123)
评论(0)
推荐(0)
[LOJ] #2360. 「NOIP2016」换教室
摘要:期望DP
阅读全文
posted @
2018-09-26 15:32
GhostCai
阅读(143)
评论(0)
推荐(0)
[51Nod] 1218 最长递增子序列 V2
摘要:LIS,DP,思路
阅读全文
posted @
2018-09-13 21:29
GhostCai
阅读(122)
评论(0)
推荐(0)
[51nod] 1450 闯关游戏
摘要:期望概率DP
阅读全文
posted @
2018-09-12 21:53
GhostCai
阅读(133)
评论(0)
推荐(0)
[51nod] 1486 大大走格子
摘要:组合数学,DP
阅读全文
posted @
2018-09-10 16:18
GhostCai
阅读(103)
评论(0)
推荐(0)
[51nod] 1250 排列与交换
摘要:DP,组合数学,置换
阅读全文
posted @
2018-09-07 20:02
GhostCai
阅读(97)
评论(0)
推荐(0)
[51nod] 1301 集合异或和
摘要:计数DP,异或性质
阅读全文
posted @
2018-09-07 17:41
GhostCai
阅读(140)
评论(0)
推荐(0)
[BZOJ] 3163: [Heoi2013]Eden的新背包问题
摘要:多重背包,前缀后缀
阅读全文
posted @
2018-08-20 19:31
GhostCai
阅读(189)
评论(0)
推荐(0)
【NOIP2017提高A组冲刺11.6】拆网线
摘要:树形DP,二分图概念
阅读全文
posted @
2018-08-07 21:39
GhostCai
阅读(111)
评论(0)
推荐(0)
【东莞市选2007】拦截导弹
摘要:简单DP
阅读全文
posted @
2018-08-05 21:53
GhostCai
阅读(97)
评论(0)
推荐(0)
[BZOJ] 1040: [ZJOI2008]骑士
摘要:基环树DP
阅读全文
posted @
2018-08-01 11:45
GhostCai
阅读(93)
评论(0)
推荐(0)
[LUOGU] P2679 子串
摘要:字符串,DP
阅读全文
posted @
2018-08-01 10:23
GhostCai
阅读(85)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告