. Given a pattern string of length m for the string matching problem, we design an algorithm that computes deterministic samples of a sufficiently long substring of the pattern in constant time. This problem used to be the bottleneck in the pattern preprocessing for one- and two-dimensional pattern matching. The best previous time bound was O(log 2 m= log log m). We use this algorithm to obtain the following results. All algorithms below are optimal parallel algorithms on a CRCW PRAM. 1. A deterministic string-matching algorithm which takes O(log log m) time for preprocessing and constant time for text search, which are the best possible in both preprocessing and text search. 2. A constant-time deterministic string-matching algorithm in t...
Bit-parallelism permits executing several operations simultaneously over a set of bits or numbers st...
Abstract. We present a new bit-parallel technique for approximate string matching. We build on two p...
We give a randomized algorithm in deterministic time O(N log M ) for estimating the score vector of ...
We give an alphabet-independent deterministic parallel algorithm for finding all occurrences of a pa...
Given a text of length n and a pattern of length m, we present a parallel linear algorithm for findi...
An optimal O (log log n)* time parallel algorithm for string matching on CRCW-PRAM is presented. It ...
This thesis presents different string searching algorithms. The string searching or string matching ...
In this paper, we present a simple algorithm for solving the multipattern matching problem, with opt...
Let WRAM [PRAM]be a parallel computer with p processors (RAMs) which share a common memory and are a...
International audienceGiven two strings: pattern P of length m and text T of length n. The string-ma...
Algorithms with optimal expected running time are presented for searching the occurrences of a two-d...
Crochemore and Perrin discovered an elegant linear-time constant-space string matching algorithm tha...
More than 120 algorithms have been developed for exact string matching within the last 40 years. We ...
AbstractGiven two strings: pattern P of length m and text T of length n. The string-matching problem...
Let WRAM [PRAM] be a parallel computer with p processors (RAM's) which share a common memory and are...
Bit-parallelism permits executing several operations simultaneously over a set of bits or numbers st...
Abstract. We present a new bit-parallel technique for approximate string matching. We build on two p...
We give a randomized algorithm in deterministic time O(N log M ) for estimating the score vector of ...
We give an alphabet-independent deterministic parallel algorithm for finding all occurrences of a pa...
Given a text of length n and a pattern of length m, we present a parallel linear algorithm for findi...
An optimal O (log log n)* time parallel algorithm for string matching on CRCW-PRAM is presented. It ...
This thesis presents different string searching algorithms. The string searching or string matching ...
In this paper, we present a simple algorithm for solving the multipattern matching problem, with opt...
Let WRAM [PRAM]be a parallel computer with p processors (RAMs) which share a common memory and are a...
International audienceGiven two strings: pattern P of length m and text T of length n. The string-ma...
Algorithms with optimal expected running time are presented for searching the occurrences of a two-d...
Crochemore and Perrin discovered an elegant linear-time constant-space string matching algorithm tha...
More than 120 algorithms have been developed for exact string matching within the last 40 years. We ...
AbstractGiven two strings: pattern P of length m and text T of length n. The string-matching problem...
Let WRAM [PRAM] be a parallel computer with p processors (RAM's) which share a common memory and are...
Bit-parallelism permits executing several operations simultaneously over a set of bits or numbers st...
Abstract. We present a new bit-parallel technique for approximate string matching. We build on two p...
We give a randomized algorithm in deterministic time O(N log M ) for estimating the score vector of ...