搜索资源列表
[转载]nlogn的最长子序列算法
- 关于用nlogn的最长子序列算法,在网上摘录的-discusses the use of the longest sequences algorithm, in the extract from the Internet
dbx
- 自己写的一点小程序!关于算法分析的! 最长子序列问题!-himself in a little procedure! Analysis of Algorithms! The longest sequences!
zixulie
- 一个求最长子序列的辕马~~~ 要的自己下!~~ 我也是无奈啊-a son for the longest sequence of shaft horse ~ ~ ~ themselves to the next! ~ ~ I was helpless ah
子序列
- 经典的求最长子序列问题-classic for the longest sequences problems
200682434547782_600it
- 本文是用C++实现最长子序列的算法,很经典的程序,喜欢就收藏
最长子序列
- 最长子序列~~教学程序-longest sequences ~ ~ teaching procedures
lcs
- 最长子序列,问题描述: 随机生成小于等于n的自然数的一个序列,输出其最长递增子序列(任意一个即可)。 n 分别取 1000,3000,10000。 例: n=5 随机序列为 5 1 4 2 3,正确输出为1 2 3,即长度为3的递增子序列。 -lcs
zuichang1
- 计算一个数组中最长子序列,功能其实很简单。-An array of computing the longest sequence, function is actually very simple.
longest_sequence
- 算法分析与设计的最长子序列问题,输入一定数列,系统会自动输出该序列的最长子序列长度-Algorithm analysis and design of the longest sequence problem, the importation of certain series, the system will automatically output the sequence of the longest sequence length
1977+Algorithms+for+the+Longest+Common+Subsequence
- 最长子序列,英文版,电子书 ACM文章1977+Algorithms+for+the+Longest+Common+Subsequence+Problem-The longest sequence, in English, e-books ACM article 1977+ Algorithms+ For+ The+ Longest+ Common+ Subsequence+ Problem
houzhui_tree
- 本代码是对后缀树进行构建,然后对构建的后缀树进行一些简单操作,运用后缀树计算最长子序列-create the tiretree ,then calculate the longest common squenece of two string by using tiretree
subsequence
- 最长子序列的求解,用于查找几个序列中最长的公共子序列,并且返回查找结果-it can be used to search a longest subsequence
LCS
- 输入两个字符串,计算两个字符串的最长子序列-Two input strings, the longest string calculation of the two sub-sequences
zuichangzixulie
- 为了方便大家更好的学习算法分析,我上传了一个最长子序列问题的算法-In order to facilitate a better learning algorithm all analysis, I uploaded an algorithm for the longest subsequence problem
LCS
- 动态规划法 求最长子序列的实验报告 在C++ 环境下运行 采用倒序的方法 -Beg the most of the sequence experiment report
LCS
- x,y两个序列,通过动态规划的方法来解决最长子序列的问题。-Longest subsequence
最长递增子序列
- 利用动态规划法求出,时间复杂度为O(N*2)
longest substring
- 利用C++实现Leetcode题目中的寻找最长子序列问题,即从一个序列中查找符合标准的子序列,算法复杂度和时间复杂度均较好(C++ implementation of the oldest sequence)
1130最长单调递增子序列
- 这是一个用C++写的最长子序列问题,可供初学者学习使用(This is the most first-born sequence problem written in c ++ that can be used by beginners)