We consider the approximate pattern matching problem under the edit distance.Given a text $T$ of length $n$, a pattern $P$ of length $m$, and a threshold$k$, the task is to find the starting positions of all substrings of $T$ thatcan be transformed to $P$ with at most $k$ edits. More than 20 years ago, Coleand Hariharan [SODA'98, J. Comput.'02] gave an $\mathcal{O}(n+k^4 \cdot n/m)$-time algorithm for this classic problem, and this runtime has not beenimproved since. Here, we present an algorithm that runs in time $\mathcal{O}(n+k^{3.5}\sqrt{\log m \log k} \cdot n/m)$, thus breaking through this long-standingbarrier. In the case where $n^{1/4+\varepsilon} \leq k \leqn^{2/5-\varepsilon}$ for some arbitrarily small positive constant$\varepsil...
AbstractWe present the first nontrivial algorithm for approximate pattern matching on compressed tex...
AbstractIn this paper we examine string block edit distance, in which two strings A and B are compar...
AbstractUsing bit-parallelism has resulted in fast and practical algorithms for approximate string m...
We consider the approximate pattern matching problem under the edit distance. Given a text T of leng...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
We study in depth a model of non-exact pattern matching based on edit distance, which is the minimum...
We investigate the complexity of approximate circular pattern matching (CPM, in short) under the Ham...
The edit distance between two strings S and R is defined to be the minimum number of character inser...
AbstractThe problem of approximate pattern matching on hypertext is defined and solved by Amir et al...
International audienceWe investigate the complexity of approximate circular pattern matching (CPM, i...
Edit distance is a powerful measure of similarity in string matching, measuring the minimum amount o...
The text-to-pattern Hamming distances problem asks to compute the Hamming distances between a given ...
AbstractWe present an index that stores a text of length n such that given a pattern of length m, al...
The edit distance problem is a classical fundamental problem in computer science in general, and in ...
AbstractWe present the first nontrivial algorithm for approximate pattern matching on compressed tex...
AbstractIn this paper we examine string block edit distance, in which two strings A and B are compar...
AbstractUsing bit-parallelism has resulted in fast and practical algorithms for approximate string m...
We consider the approximate pattern matching problem under the edit distance. Given a text T of leng...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
We study in depth a model of non-exact pattern matching based on edit distance, which is the minimum...
We investigate the complexity of approximate circular pattern matching (CPM, in short) under the Ham...
The edit distance between two strings S and R is defined to be the minimum number of character inser...
AbstractThe problem of approximate pattern matching on hypertext is defined and solved by Amir et al...
International audienceWe investigate the complexity of approximate circular pattern matching (CPM, i...
Edit distance is a powerful measure of similarity in string matching, measuring the minimum amount o...
The text-to-pattern Hamming distances problem asks to compute the Hamming distances between a given ...
AbstractWe present an index that stores a text of length n such that given a pattern of length m, al...
The edit distance problem is a classical fundamental problem in computer science in general, and in ...
AbstractWe present the first nontrivial algorithm for approximate pattern matching on compressed tex...
AbstractIn this paper we examine string block edit distance, in which two strings A and B are compar...
AbstractUsing bit-parallelism has resulted in fast and practical algorithms for approximate string m...