Description: 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.
To Search:
File list (Check if you may need any files):
最长公共子序列LCS.cpp