AbstractMost research on the edit distance problem and thek-differences problem considered the set of edit operations consisting of changes, insertions, and deletions. In this paper we include theswapoperation that interchanges two adjacent characters into the set of allowable edit operations, and we present anO(tmin(m,n))-time algorithm for the extended edit distance problem, wheretis the edit distance between the given strings, and anO(kn)-time algorithm for the extendedk-differences problem. That is, we add swaps into the set of edit operations without increasing the time complexities of previous algorithms that consider only changes, insertions, and deletions for the edit distance andk-differences problems
We consider the problem of edit distance in which block operations are allowed, i.e. we ask for the ...
Edit distance is a fundamental measure of distance between strings and has been widely studied in co...
This paper proposes an approximate string matching with k-mismatches when calculating the generalize...
AbstractMost research on the edit distance problem and thek-differences problem considered the set o...
AbstractThere is no known algorithm that solves the general case of the approximate edit distance pr...
The edit distance between strings a1 … am and b1 … bn is the minimum cost s of a sequence of editing...
Abstract Background The problem of approximate string matching is important in many different areas ...
AbstractUsing bit-parallelism has resulted in fast and practical algorithms for approximate string m...
The edit distance between given two strings X and Y is the minimum number of edit operations that tr...
A common model for computing the similarity of two stringsXandYof lengthsm, andnrespectively with n,...
AbstractIn this paper, we focus on the edit distance between two given strings where block-edit oper...
The edit distance between two strings S and R is defined to be the minimum number of character inser...
We study in depth a model of non-exact pattern matching based on edit distance, which is the minimum...
AbstractIn this paper we examine string block edit distance, in which two strings A and B are compar...
In this paper, we study efficient parallel edit distance algorithms, both in theory and in practice....
We consider the problem of edit distance in which block operations are allowed, i.e. we ask for the ...
Edit distance is a fundamental measure of distance between strings and has been widely studied in co...
This paper proposes an approximate string matching with k-mismatches when calculating the generalize...
AbstractMost research on the edit distance problem and thek-differences problem considered the set o...
AbstractThere is no known algorithm that solves the general case of the approximate edit distance pr...
The edit distance between strings a1 … am and b1 … bn is the minimum cost s of a sequence of editing...
Abstract Background The problem of approximate string matching is important in many different areas ...
AbstractUsing bit-parallelism has resulted in fast and practical algorithms for approximate string m...
The edit distance between given two strings X and Y is the minimum number of edit operations that tr...
A common model for computing the similarity of two stringsXandYof lengthsm, andnrespectively with n,...
AbstractIn this paper, we focus on the edit distance between two given strings where block-edit oper...
The edit distance between two strings S and R is defined to be the minimum number of character inser...
We study in depth a model of non-exact pattern matching based on edit distance, which is the minimum...
AbstractIn this paper we examine string block edit distance, in which two strings A and B are compar...
In this paper, we study efficient parallel edit distance algorithms, both in theory and in practice....
We consider the problem of edit distance in which block operations are allowed, i.e. we ask for the ...
Edit distance is a fundamental measure of distance between strings and has been widely studied in co...
This paper proposes an approximate string matching with k-mismatches when calculating the generalize...