51Nod-1134 最长递增子序列【LIS】
摘要:1134 最长递增子序列基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题给出长度为N的数组,找出这个数组的最长递增子序列。(递增子序列是指,子序列的元素是递增的)例如:5 1 6 8 2 4 5 10,最长递增子序列是1 2 4 5 10。...
阅读全文
posted @ 2017-06-02 23:55
posted @ 2017-06-02 23:55
posted @ 2017-05-30 16:36
posted @ 2017-05-03 11:52
posted @ 2017-02-08 19:28
posted @ 2016-07-27 22:15
posted @ 2016-07-27 21:39