Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
×
In the problem of the longest common substring with k mismatches we are given two strings X, Y and must find the maximal length ` such that there is a length-` substring of X and a length-` substring of Y that differ in at most k positions. The length ` can be used as a robust measure of similarity between X, Y .
In this paper we study the longest common substring (or factor) with k-mismatches problem (k-LCF for short) which consists in finding the longest common ...
People also ask
Feb 16, 2019 · In the longest common substring problem, we are given two strings of length n and must find a substring of maximal length that occurs in ...
Sep 5, 2014 · Abstract:The longest common substring with k-mismatches problem is to find, given two strings S_1 and S_2, a longest substring A_1 of S_1 ...
The longest common substring with $k$-mismatches problem is to find, given two strings $S_1$ and $S_2$, a longest substring $A_1$ of $S_1$ and $A_2$ of ...
Apr 28, 2020 · Abstract:In the problem of the longest common substring with k mismatches we are given two strings X, Y and must find the maximal length ...
The longest common substring with $k$-mismatches problem is to find, given two strings $S_1$ and $S_2$, a longest substring $A_1$ of $S_1$ and $A_2$ of ...
Longest Common Substring with k mismatches problem. Input: an integer k, strings S1, S2 of length n. Output: the maximal length of a substring of S1 that ...
Jan 17, 2023 · Abstract. In the longest common substring problem we are given two strings of length n and must find a substring of maximal length that ...