AbstractIn this paper, we consider a commonly used compression scheme called run-length encoding. We provide both lower and upper bounds for the problems of comparing two run-length encoded strings. Specifically, we prove the 3sum-hardness for both the wildcard matching problem and the k-mismatch problem with run-length compressed inputs. Given two run-length encoded strings of m and n runs, such a result implies that it is very unlikely to devise an o(mn)-time algorithm for either of them. We then present an inplace algorithm running in O(mnlogm) time for their combined problem, i.e. k-mismatch with wildcards. We further demonstrate that if the aim is to report the positions of all the occurrences, there exists a stronger barrier of Ω(mnlo...
AbstractCrochemore and Perrin discovered an elegant linear-time constant-space string-matching algor...
Pattern matching with wildcards is a string matching problem with the goal of finding all factors of...
AbstractIn this paper, we study the palindrome retrieval problem with the input string compressed in...
We show that the edit distance between two run-length encoded strings of compressed lengths m and n ...
Measuring the similarity between two strings, through such standard measures as Hamming distance, ed...
AbstractConsider the string matching problem where differences between characters of the pattern and...
Matching a biological sequence against a probabilistic pattern (or profile) is a common task in comp...
This paper considers how many character comparisons are needed to find all occurrences of a pattern ...
AbstractGiven strings P and Q the (exact) string matching problem is to find all positions of substr...
This paper defines a challenging problem of pattern matching between a pattern P and a text T, with ...
This paper considers the exact number of character comparisons needed to find all occurrences of a p...
this paper, we develop significantly faster algorithms for a special class of strings which emerge f...
We present a new family of linear time algorithms for string comparison with mismatches under the st...
AbstractThe problem of computing the similarity of two run-length encoded strings has been studied f...
AbstractWe present the first nontrivial algorithm for approximate pattern matching on compressed tex...
AbstractCrochemore and Perrin discovered an elegant linear-time constant-space string-matching algor...
Pattern matching with wildcards is a string matching problem with the goal of finding all factors of...
AbstractIn this paper, we study the palindrome retrieval problem with the input string compressed in...
We show that the edit distance between two run-length encoded strings of compressed lengths m and n ...
Measuring the similarity between two strings, through such standard measures as Hamming distance, ed...
AbstractConsider the string matching problem where differences between characters of the pattern and...
Matching a biological sequence against a probabilistic pattern (or profile) is a common task in comp...
This paper considers how many character comparisons are needed to find all occurrences of a pattern ...
AbstractGiven strings P and Q the (exact) string matching problem is to find all positions of substr...
This paper defines a challenging problem of pattern matching between a pattern P and a text T, with ...
This paper considers the exact number of character comparisons needed to find all occurrences of a p...
this paper, we develop significantly faster algorithms for a special class of strings which emerge f...
We present a new family of linear time algorithms for string comparison with mismatches under the st...
AbstractThe problem of computing the similarity of two run-length encoded strings has been studied f...
AbstractWe present the first nontrivial algorithm for approximate pattern matching on compressed tex...
AbstractCrochemore and Perrin discovered an elegant linear-time constant-space string-matching algor...
Pattern matching with wildcards is a string matching problem with the goal of finding all factors of...
AbstractIn this paper, we study the palindrome retrieval problem with the input string compressed in...