Score: 0

Inverting Parameterized Burrows-Wheeler Transform

Published: March 10, 2025 | arXiv ID: 2503.06970v2

By: Shogen Kawanami, Kento Iseri, Tomohiro I

Potential Business Impact:

Lets computers find patterns with missing letters.

Business Areas:
Darknet Internet Services

The Burrows-Wheeler Transform (BWT) of a string is an invertible permutation of the string, which can be used for data compression and compact indexes for string pattern matching. Ganguly et al. [SODA, 2017] introduced the parameterized BWT (pBWT) to design compact indexes for parameterized matching (p-matching), a variant of string pattern matching with parameter symbols introduced by Baker [STOC, 1993]. Although the pBWT was inspired by the BWT, it is not obvious whether the pBWT itself is invertible or not. In this paper we show that we can retrieve the original string (up to renaming of parameter symbols) from the pBWT of length $n$ in $O(n^2)$ time and $O(n)$ space.

Country of Origin
🇯🇵 Japan

Page Count
9 pages

Category
Computer Science:
Data Structures and Algorithms