会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
LiYi's blog 。◕‿◕。
谦虚,诚实,正直
博客园
首页
新随笔
联系
管理
2014年9月17日
longest incresing sequence
摘要: 动态规划基本题目,longest incresing sequence,找出序列中的最长递增子序列;例如给出序列{8,3,5,2,4,9,7,11},其中最长递增子序列为{3,5,9,11}或{3,5,7,11}或{3,4,9,11}或{3,4,7,11},子序列按元素递增,序列长度都为4;子问题:...
阅读全文
posted @ 2014-09-17 20:34 clq.lib
阅读(204)
评论(0)
推荐(0)
编辑
公告