文件名称:LCS
介绍说明--下载内容均来自于网络,请自行研究使用
最长公共子序列算法LCS实现。任意输入两个字符串,通过此算法可以找到最长的公共子序列的长度,并且输出全部的最长公共子序列。-The longest common subsequence algorithm LCS. Any two input strings, this algorithm can be found in the length of the longest common subsequence, and output the longest common subsequence.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LCS\LCS.cpp
...\LCS.h
...\LCSTest.cpp
LCS