Parallel algorithm for pattern matching problems under substring consistent equivalence relations

February 27, 2022 Β· Declared Dead Β· πŸ› Annual Symposium on Combinatorial Pattern Matching

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Davaajav Jargalsaikhan, Diptarama Hendrian, Ryo Yoshinaka, Ayumi Shinohara arXiv ID 2202.13284 Category cs.DS: Data Structures & Algorithms Citations 4 Venue Annual Symposium on Combinatorial Pattern Matching Last Checked 4 months ago
Abstract
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(ΞΎ_m^\mathrm{t} \log^2 m)$ time and $O(ΞΎ_m^\mathrm{w} \cdot n \log^2 m)$ work, with $O(Ο„_n^\mathrm{t} + ΞΎ_m^\mathrm{t} \log^2 m)$ time and $O(Ο„_n^\mathrm{w} + ΞΎ_m^\mathrm{w} \cdot m \log^2 m)$ work preprocessing on the Priority Concurrent Read Concurrent Write Parallel Random-Access Machines (P-CRCW PRAM).
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted