文件名称:Longest_Increasing_Subsequence
介绍说明--下载内容均来自于网络,请自行研究使用
随机生成小于等于n的自然数的一个序列,输出其最长递增子序列(任意一个即可)。
n 分别取 1000,3000,10000。
-Randomly generated a sequence of natural Numbers less than or equal to n, output the longest increasing subsequence (any one).
N, respectively, in 1000300, 0100, 00.
The Sample Output
1
4 September 2
3 5 7
8 1 6
n 分别取 1000,3000,10000。
-Randomly generated a sequence of natural Numbers less than or equal to n, output the longest increasing subsequence (any one).
N, respectively, in 1000300, 0100, 00.
The Sample Output
1
4 September 2
3 5 7
8 1 6
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Longest_Increasing_Subsequence.cpp