
dp
菜鸡9号
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Brackets (区间dp)
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 17618 Accepted: 9095 Description We give the following inductive definition of a “regular brackets” sequence: the empty sequence is a regul...原创 2020-04-08 22:31:54 · 205 阅读 · 0 评论 -
dp (--寻找我的小弟-- 和我一样的了)
dp[i]=d[i-1]*a+dp[i-2]*b+c…原创 2020-04-05 16:25:12 · 115 阅读 · 0 评论