Internal Shortest Absent Word Queries in Constant Time and Linear Space
Golnaz Badkobeh, Panagiotis Charalampopoulos, Dmitry Kosolobov, and, Solon P. Pissis

TL;DR
This paper introduces a data structure that preprocesses a string to enable constant-time retrieval of the shortest absent substring within any range, using linear space and efficient construction.
Contribution
It presents a novel linear-space data structure that answers shortest absent word queries in constant time for any substring range.
Findings
Answers shortest absent word queries in constant time
Uses linear space for the data structure
Constructed in near-linear time proportional to string length
Abstract
Given a string of length over an alphabet of size , we are to preprocess so that given a range , we can return a representation of a shortest string over that is absent in the fragment of . We present an -space data structure that answers such queries in constant time and can be constructed in time.
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
TopicsAlgorithms and Data Compression · Natural Language Processing Techniques · Network Packet Processing and Optimization
