[[abstract]]This paper revisits the problem of indexing a text for approximate string matching. Specifically, given a text T of length n and a positive integer k, we want to construct an index of T such that for any input pattern P, we can find all its k-error matches in T efficiently. This problem is well-studied in the internal-memory setting. Here, we extend some of these results to external-memory solutions, which are also cache-oblivious. Our first index occupies O((n logk n)/B) disk pages and finds all k-error matches with O((|P| + occ)/B + logk n log logB n) I/Os, where B denotes the number of words in a disk page. To the best of our knowledge, this index is the first external-memory data structure that does not require Ω(|P| + occ +...
DOI: 10.1109/DCC.2011.18Given a set D of d patterns of total length n, the dictionary matching probl...
Approximate string matching is about finding a given string pattern in a text by allowing some degre...
We consider the problem of indexing a text T (of length n) with a light data structure that supports...
This paper revisits the problem of indexing a text for approximate string matching. Specifically, gi...
AbstractThis paper revisits the problem of indexing a text for approximate string matching. Specific...
This paper revisits the problem of indexing a text for approximate string matching. Specifically, gi...
AbstractThis paper revisits the problem of indexing a text S[1..n] for pattern matching with up to k...
Abstract. This paper revisits the problem of indexing a text S[1..n] to support searching substrings...
We revisit the problem of indexing a string S[1..n] to support finding all substrings in S that matc...
[[abstract]]The past few years have witnessed several exciting results on compressed representation ...
[[abstract]]Let T be a text of length n and P be a pattern of length m, both strings over a fixed fi...
The non-overlapping indexing problem is defined as follows: pre-process a given text T[1, n] of leng...
Given a text T of length n, the classical indexing problem for pattern matching is to build an index...
The past few years have witnessed several exciting results on compressed representation of a string ...
AbstractWe present an index that stores a text of length n such that given a pattern of length m, al...
DOI: 10.1109/DCC.2011.18Given a set D of d patterns of total length n, the dictionary matching probl...
Approximate string matching is about finding a given string pattern in a text by allowing some degre...
We consider the problem of indexing a text T (of length n) with a light data structure that supports...
This paper revisits the problem of indexing a text for approximate string matching. Specifically, gi...
AbstractThis paper revisits the problem of indexing a text for approximate string matching. Specific...
This paper revisits the problem of indexing a text for approximate string matching. Specifically, gi...
AbstractThis paper revisits the problem of indexing a text S[1..n] for pattern matching with up to k...
Abstract. This paper revisits the problem of indexing a text S[1..n] to support searching substrings...
We revisit the problem of indexing a string S[1..n] to support finding all substrings in S that matc...
[[abstract]]The past few years have witnessed several exciting results on compressed representation ...
[[abstract]]Let T be a text of length n and P be a pattern of length m, both strings over a fixed fi...
The non-overlapping indexing problem is defined as follows: pre-process a given text T[1, n] of leng...
Given a text T of length n, the classical indexing problem for pattern matching is to build an index...
The past few years have witnessed several exciting results on compressed representation of a string ...
AbstractWe present an index that stores a text of length n such that given a pattern of length m, al...
DOI: 10.1109/DCC.2011.18Given a set D of d patterns of total length n, the dictionary matching probl...
Approximate string matching is about finding a given string pattern in a text by allowing some degre...
We consider the problem of indexing a text T (of length n) with a light data structure that supports...