Longest common substrings with k mismatches
Data Structures and Algorithms
2015-04-08 v2
Abstract
The longest common substring with -mismatches problem is to find, given two strings and , a longest substring of and of such that the Hamming distance between and is . We introduce a practical time and space solution for this problem, where and are the lengths of and , respectively. This algorithm can also be used to compute the matching statistics with -mismatches of and in time and space. Moreover, we also present a theoretical solution for the case which runs in time, assuming , and uses space, improving over the existing time and space bound of Babenko and Starikovskaya.
Keywords
Cite
@article{arxiv.1409.1694,
title = {Longest common substrings with k mismatches},
author = {Tomas Flouri and Emanuele Giaquinta and Kassian Kobert and Esko Ukkonen},
journal= {arXiv preprint arXiv:1409.1694},
year = {2015}
}
Comments
Accepted version