搜索资源列表
-
0下载:
算法分析 C语言编程实现最长公共子序列的源代码-C language programming source code of the longest common subsequence
-
-
0下载:
主要是来求两个字符串的最长公共子序列,字符串在代码中已给出-Is to seek the longest common subsequence of two strings, the string has been given in the code
-
-
0下载:
使用分治思想,利用C语言,求得最长公共子串问题-Using Divide and Conquer, using C language, and seek the longest common subsequence problem
-
-
1下载:
2. Longest Common Subsequence (LCS). The following are some instances.
a) X: xzyzzyx Y: zxyyzxz
b) X: ALLAAQANKESSSESFISRLLAIVAD
Y: KLQKKLAETEKRCTLLAAQANKENSNESFISRLLAIVAG
求最长公共子序列
-2. Longest Common Subsequence (LCS). The following are
-