搜索资源列表
11
- 算法分析 C语言编程实现最长公共子序列的源代码-C language programming source code of the longest common subsequence
long
- 主要是来求两个字符串的最长公共子序列,字符串在代码中已给出-Is to seek the longest common subsequence of two strings, the string has been given in the code
STRING
- 使用分治思想,利用C语言,求得最长公共子串问题-Using Divide and Conquer, using C language, and seek the longest common subsequence problem
2
- 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