<?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-07-23T06:52:09Z</responseDate>
  <request identifier="8256" metadataPrefix="oai_dc" verb="GetRecord">https://drops.dagstuhl.de/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:drops-oai.dagstuhl.de:8256</identifier>
        <datestamp>2024-03-06T10:41:50Z</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>Structural Pattern Matching - Succinctly</dc:title>
          <dc:creator>Ganguly, Arnab</dc:creator>
          <dc:creator>Shah, Rahul</dc:creator>
          <dc:creator>Thankachan, Sharma V.</dc:creator>
          <dc:subject>Parameterized Pattern Matching</dc:subject>
          <dc:subject>Suffix tree</dc:subject>
          <dc:subject>Burrows-Wheeler Transform</dc:subject>
          <dc:subject>Wavelet Tree</dc:subject>
          <dc:subject>Fully-functional succinct tree</dc:subject>
          <dc:description>Let T be a text of length n containing characters from an alphabet \Sigma, which is the union of two disjoint sets:  \Sigma_s containing static characters (s-characters) and \Sigma_p containing parameterized characters (p-characters). &#13;
Each character in \Sigma_p has an associated complementary character from \Sigma_p.&#13;
A pattern P (also over \Sigma) matches an equal-length substring $S$ of T iff the s-characters match exactly, there exists a one-to-one function that renames the p-characters in S to the p-characters in P, and if a p-character x is renamed to another p-character y then the complement of x is renamed to the complement of y. &#13;
The task is to find the starting positions (occurrences) of all such substrings S.&#13;
Previous indexing solution [Shibuya, SWAT 2000], known as Structural  Suffix Tree, requires \Theta(n\log n) bits of space, and can find all occ occurrences in time O(|P|\log \sigma+ occ), where \sigma = |\Sigma|.&#13;
In this paper, we present the first succinct index for this problem, which occupies n \log \sigma + O(n) bits and offers O(|P|\log\sigma+ occ\cdot  \log n \log\sigma) query time.</dc:description>
          <dc:publisher>Schloss Dagstuhl – Leibniz-Zentrum für Informatik</dc:publisher>
          <dc:contributor>Arnab Ganguly and Rahul Shah and Sharma V. Thankachan</dc:contributor>
          <dc:date>2017</dc:date>
          <dc:relation>Is Part Of LIPIcs, Volume 92, 28th International Symposium on Algorithms and Computation (ISAAC 2017)</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.ISAAC.2017.35</dc:identifier>
          <dc:identifier>urn:nbn:de:0030-drops-82566</dc:identifier>
          <dc:identifier>https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.ISAAC.2017.35</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>
