Deterministic Sparse Suffix Sorting in the Restore Model
Johannes Fischer, Tomohiro I, Dominik K\"oppl

TL;DR
This paper introduces a deterministic online algorithm for sparse suffix sorting that operates efficiently in the restore model, optimizing time and space for sorting selected suffixes of a text.
Contribution
The paper presents the first deterministic online sparse suffix sorting algorithm in the restore model with improved time complexity.
Findings
Achieves $O(c \, \sqrt{\lg n} + m \lg m \lg n \lg^* n)$ time complexity.
Uses $O(m)$ words of space, assuming the text's space is rewritable.
Handles online and arbitrary selection of suffixes to be sorted.
Abstract
Given a text of length , we propose a deterministic online algorithm computing the sparse suffix array and the sparse longest common prefix array of in time with words of space under the premise that the space of is rewritable, where is the number of suffixes to be sorted (provided online and arbitrarily), and is the number of characters with that must be compared for distinguishing the designated suffixes.
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.
