Abstract
Given two strings S and P, the Episode Matching problem is to find the shortest substring of S that contains P as a subsequence. The best known upper bound for this problem is Õ(nm) by Das et al. (1997), where n, m are the lengths of S and P, respectively. Although the problem is well studied and has many applications in data mining, this bound has never been improved. In this paper we show why this is the case by proving that no O((nm)1−ϵ) algorithm (even for binary strings) exists, unless the Strong Exponential Time Hypothesis (SETH) is false. We then consider the indexing version of the problem, where S is preprocessed into a data structure for answering episode matching queries P. We show that for any τ, there is a data structure using O(n + ( nτ )k) space that answers episode matching queries for any P of length k in O(k · τ · log log n) time. We complement this upper bound with an almost matching lower bound, showing that any data structure that answers episode matching queries for patterns of length k in time O(nδ), must use Ω(nk−kδ−o(1)) space, unless the Strong k-Set Disjointness Conjecture is false. Finally, for the special case of k = 2, we present a faster construction of the data structure using fast min-plus multiplication of bounded integer matrices.
Original language | English |
---|---|
Title of host publication | 33rd Annual Symposium on Combinatorial Pattern Matching, CPM 2022 |
Editors | Hideo Bannai, Jan Holub |
Publisher | Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing |
ISBN (Electronic) | 9783959772341 |
DOIs | |
State | Published - 1 Jun 2022 |
Event | 33rd Annual Symposium on Combinatorial Pattern Matching, CPM 2022 - Prague, Czech Republic Duration: 27 Jun 2022 → 29 Jun 2022 |
Publication series
Name | Leibniz International Proceedings in Informatics, LIPIcs |
---|---|
Volume | 223 |
ISSN (Print) | 1868-8969 |
Conference
Conference | 33rd Annual Symposium on Combinatorial Pattern Matching, CPM 2022 |
---|---|
Country/Territory | Czech Republic |
City | Prague |
Period | 27/06/22 → 29/06/22 |
Bibliographical note
Publisher Copyright:© Philip Bille, Inge Li Gørtz, Shay Mozes, Teresa Anna Steiner, and Oren Weimann; licensed under Creative Commons License CC-BY 4.0
Keywords
- Pattern matching
- fine-grained complexity
- longest common subsequence
ASJC Scopus subject areas
- Software