alwaysBeAStarter

博客园 首页 新随笔 联系 订阅 管理

2017年6月21日 #

摘要: 题目链接:http://poj.org/problem?id=1088 Dynamic programming 将2D input array按照递减迅速排列组成original sequence,最终答案一定是这个的sub-sequence.在original sequence中找到符合条件(相邻 阅读全文
posted @ 2017-06-21 23:52 alwaysBeAStarter 阅读(55) 评论(0) 推荐(0) 编辑

摘要: 题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&category=98&page=show_problem&problem=452 用dp[i][j] 记录一段序列,starts fr 阅读全文
posted @ 2017-06-21 22:17 alwaysBeAStarter 阅读(98) 评论(0) 推荐(0) 编辑