文件名称:LongestIncSubSeq
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 51kb
- 下载次数:
- 0次
- 提 供 者:
- 陈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
求最长单调递增子序列。举例:原数组:1 5 1 3 1 56 21 6 86 2 1 6 5 22 1 5 9 62 1 3 56 31 1 56 3 1 1 66 3 1 6 6 3 1 6 6 1
结果:
the longest monotonically increasing sub-sequence:
Length: 14
Content:-Seeking the longest monotonically increasing subsequence. For example: The original array: 1 5 1,315,621,686,216,522,159 62 1 3 5,631,156,311,663,166,316 6 1 Results: the longest monotonically increasing sub- sequence: Length: 14 Content: 1 1 1 1 1 1 1 1 1 1 6 6 6 6
结果:
the longest monotonically increasing sub-sequence:
Length: 14
Content:-Seeking the longest monotonically increasing subsequence. For example: The original array: 1 5 1,315,621,686,216,522,159 62 1 3 5,631,156,311,663,166,316 6 1 Results: the longest monotonically increasing sub- sequence: Length: 14 Content: 1 1 1 1 1 1 1 1 1 1 6 6 6 6
相关搜索: longest
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LongestIncSubSeq\Function.cpp
................\Functions.h
................\LongestIncSubSeq.aps
................\LongestIncSubSeq.clw
................\LongestIncSubSeq.cpp
................\LongestIncSubSeq.dsp
................\LongestIncSubSeq.dsw
................\LongestIncSubSeq.h
................\LongestIncSubSeq.ncb
................\LongestIncSubSeq.opt
................\LongestIncSubSeq.plg
................\LongestIncSubSeq.rc
................\LongestIncSubSeqDlg.cpp
................\LongestIncSubSeqDlg.h
................\Longest_Mono_Incr_Subseq.cpp
................\Longest_Mono_Incr_Subseq.h
................\ReadMe.txt
................\..lease\Function.obj
................\.......\LongestIncSubSeq.exe
................\.......\LongestIncSubSeq.obj
................\.......\LongestIncSubSeq.res
................\.......\LongestIncSubSeqDlg.obj
................\.......\Longest_Mono_Incr_Subseq.obj
................\.......\StdAfx.obj
................\res\LongestIncSubSeq.ico
................\...\LongestIncSubSeq.rc2
................\Resource.h
................\StdAfx.cpp
................\StdAfx.h
................\sub_sequence_main.cpp
................\Release
................\res
LongestIncSubSeq
................\Functions.h
................\LongestIncSubSeq.aps
................\LongestIncSubSeq.clw
................\LongestIncSubSeq.cpp
................\LongestIncSubSeq.dsp
................\LongestIncSubSeq.dsw
................\LongestIncSubSeq.h
................\LongestIncSubSeq.ncb
................\LongestIncSubSeq.opt
................\LongestIncSubSeq.plg
................\LongestIncSubSeq.rc
................\LongestIncSubSeqDlg.cpp
................\LongestIncSubSeqDlg.h
................\Longest_Mono_Incr_Subseq.cpp
................\Longest_Mono_Incr_Subseq.h
................\ReadMe.txt
................\..lease\Function.obj
................\.......\LongestIncSubSeq.exe
................\.......\LongestIncSubSeq.obj
................\.......\LongestIncSubSeq.res
................\.......\LongestIncSubSeqDlg.obj
................\.......\Longest_Mono_Incr_Subseq.obj
................\.......\StdAfx.obj
................\res\LongestIncSubSeq.ico
................\...\LongestIncSubSeq.rc2
................\Resource.h
................\StdAfx.cpp
................\StdAfx.h
................\sub_sequence_main.cpp
................\Release
................\res
LongestIncSubSeq