搜索资源列表
maxsub
- 求多个字母序列的最长公共子序列的C++代码-get the maxsimum common subsequence of some subsequence
test1_2
- 求X和Y两个字符串的最长公共子序列。(X和Y字符串分别存放在ASCII码文件2X.txt和2Y.txt中) 要求:根据动态规划法基本设计思想,将实现任务的C语言程序代码和运行结果填写在试卷上。 -Two strings X and Y find the longest common subsequence. (X and Y strings are stored in ASCII files 2X.txt and 2Y.txt
long
- 主要是来求两个字符串的最长公共子序列,字符串在代码中已给出-Is to seek the longest common subsequence of two strings, the string has been given in the code
length
- 求两个字符串的最长公共子序列,可以手动输入也可以从文件读入字符串,字符串中允许有空格出现,这是广西大学的算法实验代码,如果是本校学生下载请注意修改,这是我自己写的,写得不好请海涵。-Seeking the longest common subsequence of two strings, you can manually input can also be read from a file into a string, string
sf
- 包含了一些《算法竞赛与入门经典》和《算法设计与实验》中的一些算法代码及做题感想,有的用了多种方法,不同于书上的 因子和阶乘 小球下落 因子和阶乘 枚举排列(多种方法) 求下一个排列 求子集(不同方法) 困难的串 埃及分数 编码与解码 输入管道 整数分解 最长公共子序列 标准二维表,还有一些其他的以及我的做题感想 - "The algorithm contest with ent
最长公共子序列
- 定义两个字符串,运用动态规划算法求出两个字符串的最长公共子序列(Finds the longest common subsequence of two strings)