搜索资源列表
zixuliewenti
- 能够快速找出给定的两个序列的最长公共子序列。-Can quickly identify the two sequences given the longest common subsequence.
LCS1
- 最长公共字串的程序,大家可以作为参考,希望有需要的朋友能够派上用处-Longest common string program, we can serve as a reference, hope to have a friend in need can be put to use
LCSLength1
- c++语言写的动态规划求最长公共子序列长度-The length of the longest common subsequence dynamic programming
LCS
- LCS 最长公共子序列 C代码实现 随机生成小于等于n的自然数的一个序列,输出其最长递增子序列(任意一个即可)。-Longest Common Sequence realized by C