English

Position Heaps for Parameterized Strings

Data Structures and Algorithms 2017-04-19 v2

Abstract

We propose a new indexing structure for parameterized strings, called parameterized position heap. Parameterized position heap is applicable for parameterized pattern matching problem, where the pattern matches a substring of the text if there exists a bijective mapping from the symbols of the pattern to the symbols of the substring. We propose an online construction algorithm of parameterized position heap of a text and show that our algorithm runs in linear time with respect to the text size. We also show that by using parameterized position heap, we can find all occurrences of a pattern in the text in linear time with respect to the product of the pattern size and the alphabet size.

Keywords

Cite

@article{arxiv.1702.02321,
  title  = {Position Heaps for Parameterized Strings},
  author = {Diptarama and Takashi Katsura and Yuhei Otomo and Kazuyuki Narisawa and Ayumi Shinohara},
  journal= {arXiv preprint arXiv:1702.02321},
  year   = {2017}
}

Comments

14 pages, 4 figures, accepted to CPM 2017