AbstractLet T be a text of length n and P be a pattern of length m, both strings over a fixed finite alphabet A. The k-difference (k-mismatch, respectively) problem is to find all occurrences of P in T that have edit distance (Hamming distance, respectively) at most k from P. In this paper we investigate a well-studied case in which T is fixed and preprocessed into an indexing data structure so that any pattern query can be answered faster. We give a solution using an O(nlogn) bits indexing data structure with O(|A|kmk·max(k,logn)+occ) query time, where occ is the number of occurrences. The best previous result requires O(nlogn) bits indexing data structure and gives O(|A|kmk+2+occ) query time. Our solution also allows us to exploit compres...
Abstract. Exact string matching is a problem that computer program-mers face on a regular basis, and...
International audienceWe propose a simple but e cient algorithm for searching all occurrences of a p...
AbstractWe present the first nontrivial algorithm for approximate pattern matching on compressed tex...
Let T be a text of length n and P be a pattern of length m, both strings over a fixed finite alphabe...
Approximate string matching is about finding a given string pattern in a text by allowing some degre...
This paper deals with the approximate string-matching problem with Hamming distance. The approximate...
AbstractWe present an index that stores a text of length n such that given a pattern of length m, al...
We revisit the problem of indexing a string S[1..n] to support finding all substrings in S that matc...
AbstractWe present a radically new indexing approach for approximate string matching. The scheme use...
This paper revisits the problem of indexing a text S[1.,n] to support searching substrings in S that...
International audienceIn this paper we study lower bounds for the fundamental problem of text indexi...
AbstractThis paper revisits the problem of indexing a text S[1..n] for pattern matching with up to k...
Approximate dictionary matching (checking if a pattern occurs in a collection of strings) is a class...
This paper surveys techniques for designing efficient sequential and parallel approximate string mat...
AbstractWe introduce a novel alphabet sampling technique for speeding up both online and indexed str...
Abstract. Exact string matching is a problem that computer program-mers face on a regular basis, and...
International audienceWe propose a simple but e cient algorithm for searching all occurrences of a p...
AbstractWe present the first nontrivial algorithm for approximate pattern matching on compressed tex...
Let T be a text of length n and P be a pattern of length m, both strings over a fixed finite alphabe...
Approximate string matching is about finding a given string pattern in a text by allowing some degre...
This paper deals with the approximate string-matching problem with Hamming distance. The approximate...
AbstractWe present an index that stores a text of length n such that given a pattern of length m, al...
We revisit the problem of indexing a string S[1..n] to support finding all substrings in S that matc...
AbstractWe present a radically new indexing approach for approximate string matching. The scheme use...
This paper revisits the problem of indexing a text S[1.,n] to support searching substrings in S that...
International audienceIn this paper we study lower bounds for the fundamental problem of text indexi...
AbstractThis paper revisits the problem of indexing a text S[1..n] for pattern matching with up to k...
Approximate dictionary matching (checking if a pattern occurs in a collection of strings) is a class...
This paper surveys techniques for designing efficient sequential and parallel approximate string mat...
AbstractWe introduce a novel alphabet sampling technique for speeding up both online and indexed str...
Abstract. Exact string matching is a problem that computer program-mers face on a regular basis, and...
International audienceWe propose a simple but e cient algorithm for searching all occurrences of a p...
AbstractWe present the first nontrivial algorithm for approximate pattern matching on compressed tex...