New algorithms for binary jumbled pattern matching
Emanuele Giaquinta, Szymon Grabowski

TL;DR
This paper introduces new algorithms for binary jumbled pattern matching, offering a trade-off index construction method and a word-level parallelism algorithm with improved efficiency for this computational problem.
Contribution
It presents an alternative index construction with adjustable space-time trade-offs and a new word-level parallelism algorithm for faster query answering.
Findings
Trade-off index construction with adjustable parameters
An O(n^2 log^2 w / w) algorithm with O(1) query time
Improved efficiency over previous bounds
Abstract
Given a pattern and a text , both strings over a binary alphabet, the binary jumbled string matching problem consists in telling whether any permutation of occurs in . The indexed version of this problem, i.e., preprocessing a string to efficiently answer such permutation queries, is hard and has been studied in the last few years. Currently the best bounds for this problem are (with O(n) space and O(1) query time) and (with O(|L|) space and query time), where is the length of the run-length encoding of and is the size of the index. In this paper we present new results for this problem. Our first result is an alternative construction of the index by Badkobeh et al. that obtains a trade-off between the space and the time complexity. It has complexity to build the index, query…
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.
