Longest Common Subsequence in k-length substrings
Data Structures and Algorithms
2014-02-11 v1
Abstract
In this paper we define a new problem, motivated by computational biology, aiming at finding the maximal number of length , matching in both input strings while preserving their order of appearance. The traditional LCS definition is a special case of our problem, where . We provide an algorithm, solving the general case in time, where is the length of the input strings, equaling the time required for the special case of . The space requirement of the algorithm is . %, however, in order to enable %backtracking of the solution, space is needed. We also define a complementary distance measure and show that can be computed in time and space, where , are the lengths of the input sequences and respectively.
Cite
@article{arxiv.1402.2097,
title = {Longest Common Subsequence in k-length substrings},
author = {Gary Benson and Avivit Levy and Riva Shalom},
journal= {arXiv preprint arXiv:1402.2097},
year = {2014}
}