Fast and Simple Computation of All Longest Common Subsequences
Data Structures and Algorithms
2011-03-09 v2
Abstract
This paper shows that a simple algorithm produces the {\em all-prefixes-LCSs-graph} in time for two input sequences of size and . Given any prefix of the first input sequence and any prefix of the second input sequence, all longest common subsequences (LCSs) of and can be generated in time proportional to the output size, once the all-prefixes-LCSs-graph has been constructed. The problem can be solved in the context of generating all the distinct character strings that represent an LCS or in the context of generating all ways of embedding an LCS in the two input strings.
Keywords
Cite
@article{arxiv.cs/0211001,
title = {Fast and Simple Computation of All Longest Common Subsequences},
author = {Ronald I. Greenberg},
journal= {arXiv preprint arXiv:cs/0211001},
year = {2011}
}
Comments
LaTeX 8 pages, 4 figures, corrected typos (especially in pseudocode in Figure 4)