Description: 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.
To Search:
File list (Check if you may need any files):
LCS\LCS.cpp
...\LCS.h
...\LCSTest.cpp
LCS