Given a text and a pattern over an alphabet, the pattern matching problem searches for all occurrences of the pattern in the text. An equivalence relation $\approx$ is called a substring consistent equivalence relation (SCER), if for two strings $X$ and $Y$, $X \approx Y$ implies $|X| = |Y|$ and $X[i:j] \approx Y[i:j]$ for all $1 \le i \le j \le |X|$. In this paper, we propose an efficient parallel algorithm for pattern matching under any SCER using the"duel-and-sweep" paradigm. For a pattern of length $m$ and a text of length $n$, our algorithm runs in $O(\xi_m^\mathrm{t} \log^2 m)$ time and $O(\xi_m^\mathrm{w} \cdot n \log^2 m)$ work, with $O(\tau_n^\mathrm{t} + \xi_m^\mathrm{t} \log^2 m)$ time and $O(\tau_n^\mathrm{w} + \xi_m^\mathrm{w} ...
AbstractThe Karp-Miller-Rosenberg (1972) algorithm was one of the first efficient (almost linear) se...
Abstract. We present a new bit-parallel technique for approximate string matching. We build on two p...
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...
AbstractA few lines pattern matching algorithm is obtained by using the correctness proof of program...
In this paper, we present a simple algorithm for solving the multipattern matching problem, with opt...
. Given a pattern string of length m for the string matching problem, we design an algorithm that co...
In this paper a new exact string-matching algorithm with sub-linear average case complexity has been...
In this paper. we show new parallel algorithms for a set of classical string comparison problems. co...
Breslauer and Galil have shown that the string matching problem requires \Theta(d n p e + log log ...
Given a text T [1 : : : n] and a pattern P [1 : : : m] over some alphabet of size , we want to nd ...
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...
Let WRAM [PRAM]be a parallel computer with p processors (RAMs) which share a common memory and are a...
This paper deals with the approximate string-matching problem with Hamming distance. The approximate...
AbstractThe Karp-Miller-Rosenberg (1972) algorithm was one of the first efficient (almost linear) se...
Abstract. We present a new bit-parallel technique for approximate string matching. We build on two p...
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...
AbstractA few lines pattern matching algorithm is obtained by using the correctness proof of program...
In this paper, we present a simple algorithm for solving the multipattern matching problem, with opt...
. Given a pattern string of length m for the string matching problem, we design an algorithm that co...
In this paper a new exact string-matching algorithm with sub-linear average case complexity has been...
In this paper. we show new parallel algorithms for a set of classical string comparison problems. co...
Breslauer and Galil have shown that the string matching problem requires \Theta(d n p e + log log ...
Given a text T [1 : : : n] and a pattern P [1 : : : m] over some alphabet of size , we want to nd ...
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...
Let WRAM [PRAM]be a parallel computer with p processors (RAMs) which share a common memory and are a...
This paper deals with the approximate string-matching problem with Hamming distance. The approximate...
AbstractThe Karp-Miller-Rosenberg (1972) algorithm was one of the first efficient (almost linear) se...
Abstract. We present a new bit-parallel technique for approximate string matching. We build on two p...
We give an alphabet-independent deterministic parallel algorithm for finding all occurrences of a pa...