Algorithm 01 : 寻找最长有序子序列
Question : To find max sorted contiguous subsequence of an Array.
问题:查找数组中的最长有序子序列。
如果有更低复杂度的算法,请告知,谢谢!
发布时间: 2012-10-11 10:16:10 作者: rapoo
Algorithm 01 : 寻找最长有序子序列
Question : To find max sorted contiguous subsequence of an Array.
问题:查找数组中的最长有序子序列。
如果有更低复杂度的算法,请告知,谢谢!