Efficient Parameterized Pattern Matching in Sublinear Space
Data Structures and Algorithms
2023-06-21 v1
Abstract
The parameterized matching problem is a variant of string matching, which is to search for all parameterized occurrences of a pattern in a text . In considering matching algorithms, the combinatorial natures of strings, especially periodicity, play an important role. In this paper, we analyze the properties of periods of parameterized strings and propose a generalization of Galil and Seiferas's exact matching algorithm (1980) into parameterized matching, which runs in time and space in addition to the input space, where is the parameter alphabet and is the number of parameter characters appearing in plus one.
Cite
@article{arxiv.2306.10714,
title = {Efficient Parameterized Pattern Matching in Sublinear Space},
author = {Haruki Ideguchi and Diptarama Hendrian and Ryo Yoshinaka and Ayumi Shinohara},
journal= {arXiv preprint arXiv:2306.10714},
year = {2023}
}