English

Computing the Parameterized Burrows--Wheeler Transform Online

Data Structures and Algorithms 2022-09-01 v2

Abstract

Parameterized strings are a generalization of strings in that their characters are drawn from two different alphabets, where one is considered to be the alphabet of static characters and the other to be the alphabet of parameter characters. Two parameterized strings are a parameterized match if there is a bijection over all characters such that the bijection transforms one string to the other while keeping the static characters (i.e., it behaves as the identity on the static alphabet). Ganguly et al. [SODA 2017] proposed the parameterized Burrows--Wheeler transform (pBWT) as a variant of the Burrows--Wheeler transform for space-efficient parameterized pattern matching. In this paper, we propose an algorithm for computing the pBWT online by reading the characters of a given input string one-by-one from right to left. Our algorithm works in O(Πlogn/loglogn)O(|\Pi| \log n / \log \log n) amortized time for each input character, where nn and Π\Pi denote the size of the input string and the alphabet of the parameter characters, respectively.

Keywords

Cite

@article{arxiv.2206.15100,
  title  = {Computing the Parameterized Burrows--Wheeler Transform Online},
  author = {Daiki Hashimoto and Diptarama Hendrian and Dominik Köppl and Ryo Yoshinaka and Ayumi Shinohara},
  journal= {arXiv preprint arXiv:2206.15100},
  year   = {2022}
}

Comments

13 pages, accepted to SPIRE 2022

R2 v1 2026-06-24T12:09:19.306Z