文件名称:lcs
介绍说明--下载内容均来自于网络,请自行研究使用
用python实现了最长公共子序列LCS代码,分别应用递归方法和动态规划实现。并且实现了三个字符串的最长公共子序列。-Using Python to achieve the longest common subsequence of LCS code, respectively using recursive method and dynamic programming. And the realization of the longest common subsequence of three strings.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lcs.py