文件名称:LCS
介绍说明--下载内容均来自于网络,请自行研究使用
LCS问题具有最优子结构和重叠子问题的性质,因此采用动态规划算法自底向上计算该问题的解,并输出求到的LCS。-LCS problem with sub-optimal substructure and overlapping nature of the problem, so a bottom-up dynamic programming algorithm for computing the solution of the problem, and the output request to the LCS.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
最长公共子序列LCS.cpp