<?xml version="1.0" encoding="UTF-8"?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-08-10T11:57:52Z</responseDate>
  <request identifier="6073" metadataPrefix="oai_dc" verb="GetRecord">https://drops.dagstuhl.de/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:drops-oai.dagstuhl.de:6073</identifier>
        <datestamp>2024-03-06T10:37:33Z</datestamp>
        <setSpec>ddc:004</setSpec>
        <setSpec>open_access</setSpec>
      </header>
      <metadata>
        <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
          <dc:title>Space-Efficient Dictionaries for Parameterized and Order-Preserving Pattern Matching</dc:title>
          <dc:creator>Ganguly, Arnab</dc:creator>
          <dc:creator>Hon, Wing-Kai</dc:creator>
          <dc:creator>Sadakane, Kunihiko</dc:creator>
          <dc:creator>Shah, Rahul</dc:creator>
          <dc:creator>Thankachan, Sharma V.</dc:creator>
          <dc:creator>Yang, Yilin</dc:creator>
          <dc:subject>Parameterized Matching</dc:subject>
          <dc:subject>Order-preserving Matching</dc:subject>
          <dc:subject>Dictionary Indexing</dc:subject>
          <dc:subject>Aho-Corasick Automaton</dc:subject>
          <dc:subject>Sparsification</dc:subject>
          <dc:description>Let S and S' be two strings of the same length.We consider the following two variants of string matching.&#13;
&#13;
&#13;
* Parameterized Matching: The characters of S and S' are partitioned into static characters and parameterized characters.&#13;
The strings are parameterized match iff the static characters match exactly and there exists a one-to-one function which renames the parameterized characters in S to those in S'.&#13;
&#13;
* Order-Preserving Matching: The strings are order-preserving match iff for any two integers i,j in [1,|S|], S[i] &lt;= S[j] iff S'[i] &lt;= S'[j]. &#13;
&#13;
Let P be a collection of d patterns {P_1, P_2, ..., P_d} of total length n characters, which are chosen from an alphabet Sigma.&#13;
Given a text T, also over Sigma, we consider the dictionary indexing problem under the above definitions of string matching.&#13;
Specifically, the task is to index P, such that we can report all positions j where at least one of the patterns P_i in P is a parameterized-match (resp. order-preserving match) with the same-length substring of $T$ starting at j. Previous best-known indexes occupy O(n  * log(n)) bits and can report all occ positions in O(|T| * log(|Sigma|) + occ) time. We present space-efficient indexes that occupy O(n * log(|Sigma|+d) * log(n)) bits and reports all occ positions in O(|T| * (log(|Sigma|) + log_{|Sigma|}(n)) + occ) time for parameterized matching and in O(|T| * log(n) + occ) time for order-preserving matching.</dc:description>
          <dc:publisher>Schloss Dagstuhl – Leibniz-Zentrum für Informatik</dc:publisher>
          <dc:contributor>Arnab Ganguly and Wing-Kai Hon and Kunihiko Sadakane and Rahul Shah and Sharma V. Thankachan and Yilin Yang</dc:contributor>
          <dc:date>2016</dc:date>
          <dc:relation>Is Part Of LIPIcs, Volume 54, 27th Annual Symposium on Combinatorial Pattern Matching (CPM 2016)</dc:relation>
          <dc:type>InProceedings</dc:type>
          <dc:type>Text</dc:type>
          <dc:type>doc-type:ResearchArticle</dc:type>
          <dc:type>publishedVersion</dc:type>
          <dc:format>application/pdf</dc:format>
          <dc:identifier>doi:10.4230/LIPIcs.CPM.2016.2</dc:identifier>
          <dc:identifier>urn:nbn:de:0030-drops-60736</dc:identifier>
          <dc:identifier>https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.CPM.2016.2</dc:identifier>
          <dc:language>eng</dc:language>
          <dc:rights>https://creativecommons.org/licenses/by/3.0/legalcode</dc:rights>
        </oai_dc:dc>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
