Faster and simpler online/sliding rightmost Lempel-Ziv factorizations
Wataru Sumiyoshi, Takuya Mieno, and Shunsuke Inenaga

TL;DR
This paper introduces faster algorithms for computing the rightmost Lempel-Ziv factorizations in online and sliding models, achieving improved time complexity using novel data structures.
Contribution
It presents new O(n log n/log log n) algorithms for rightmost Lempel-Ziv factorizations in online/sliding models, based on BP-linked trees and enhanced RMQ data structures.
Findings
Achieved faster factorization algorithms with improved time bounds.
Developed BP-linked trees for efficient data management.
Extended applications of the algorithms to related problems.
Abstract
We tackle the problems of computing the rightmost variant of the Lempel-Ziv factorizations in the online/sliding model. Previous best bounds for this problem are O(n log n) time with O(n) space, due to Amir et al. [IPL 2002] for the online model, and due to Larsson [CPM 2014] for the sliding model. In this paper, we present faster O(n log n/log log n)-time solutions to both of the online/sliding models. Our algorithms are built on a simple data structure named BP-linked trees, and on a slightly improved version of the range minimum/maximum query (RmQ/RMQ) data structure on a dynamic list of integers. We also present other applications of our algorithms.
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.
Taxonomy
TopicsCoding theory and cryptography · graph theory and CDMA systems · Cryptography and Residue Arithmetic
