Dynamic index and LZ factorization in compressed space
Takaaki Nishimoto, Tomohiro I, Shunsuke Inenaga, Hideo Bannai, and Masayuki Takeda

TL;DR
This paper introduces a new dynamic compressed index with efficient search and update capabilities, based on signature encoding and LZ77 factorization, significantly reducing space and time complexity for text operations.
Contribution
It presents a novel dynamic compressed index of size O(w) that supports efficient pattern search and substring updates, along with a space-efficient LZ77 factorization algorithm.
Findings
Supports pattern search in O(|P| f_A + ... + occ log N) time
Enables substring insertion/deletion in polylogarithmic time
Provides a space-efficient LZ77 factorization algorithm with improved runtime
Abstract
In this paper, we propose a new \emph{dynamic compressed index} of space for a dynamic text , where is the size of the signature encoding of , is the size of the Lempel-Ziv77 (LZ77) factorization of , is the length of , and is an integer that can be handled in constant time under word RAM model. Our index supports searching for a pattern in in time and insertion/deletion of a substring of length in time, where . Also, we propose a new space-efficient LZ77 factorization algorithm for a given text of length , which runs in $O(N f_{\mathcal{A}}…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
