Indexes for Jumbled Pattern Matching in Strings, Trees and Graphs
Ferdinando Cicalese, Travis Gagie, Emanuele Giaquinta, Eduardo Sany, Laber, Zsuzsanna Lipt\'ak, Romeo Rizzi, Alexandru I. Tomescu

TL;DR
This paper develops indexing methods for jumbled pattern matching in strings, trees, and graphs, enabling efficient exact and approximate match retrieval with different space complexities.
Contribution
It introduces quadratic and linear space indexing techniques for jumbled pattern matching in trees, balancing accuracy and resource usage.
Findings
Quadratic-space index enables match retrieval proportional to match size.
Linear-space index allows approximate matching with reduced memory.
Efficient algorithms for jumbled pattern matching in complex data structures.
Abstract
We consider how to index strings, trees and graphs for jumbled pattern matching when we are asked to return a match if one exists. For example, we show how, given a tree containing two colours, we can build a quadratic-space index with which we can find a match in time proportional to the size of the match. We also show how we need only linear space if we are content with approximate matches.
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 · Network Packet Processing and Optimization · DNA and Biological Computing
