Skip to main content

Showing 1–4 of 4 results for author: Narisawa, K

.
  1. arXiv:1702.02321  [pdf, other

    cs.DS

    Position Heaps for Parameterized Strings

    Authors: Diptarama, Takashi Katsura, Yuhei Otomo, Kazuyuki Narisawa, Ayumi Shinohara

    Abstract: We propose a new indexing structure for parameterized strings, called parameterized position heap. Parameterized position heap is applicable for parameterized pattern matching problem, where the pattern matches a substring of the text if there exists a bijective map** from the symbols of the pattern to the symbols of the substring. We propose an online construction algorithm of parameterized pos… ▽ More

    Submitted 17 April, 2017; v1 submitted 8 February, 2017; originally announced February 2017.

    Comments: 14 pages, 4 figures, accepted to CPM 2017

    ACM Class: F.2.2

  2. arXiv:1609.03668  [pdf, other

    cs.DS

    Longest Common Subsequence in at Least $k$ Length Order-Isomorphic Substrings

    Authors: Yohei Ueki, Diptarama, Masatoshi Kurihara, Yoshiaki Matsuoka, Kazuyuki Narisawa, Ryo Yoshinaka, Hideo Bannai, Shunsuke Inenaga, Ayumi Shinohara

    Abstract: We consider the longest common subsequence (LCS) problem with the restriction that the common subsequence is required to consist of at least $k$ length substrings. First, we show an $O(mn)$ time algorithm for the problem which gives a better worst-case running time than existing algorithms, where $m$ and $n$ are lengths of the input strings. Furthermore, we mainly consider the LCS in at least $k$… ▽ More

    Submitted 6 February, 2017; v1 submitted 12 September, 2016; originally announced September 2016.

    Comments: 14 pages, 7 figures, contains erratum to Springer's version (SOFSEM 2017)

  3. Efficient computation of longest single-arm-gapped palindromes in a string

    Authors: Shintaro Narisada, Diptarama Hendrian, Kazuyuki Narisawa, Shunsuke Inenaga, Ayumi Shinohara

    Abstract: In this paper, we introduce new types of approximate palindromes called single-arm-gapped palindromes (shortly SAGPs). A SAGP contains a gap in either its left or right arm, which is in the form of either $wguc u^R w^R$ or $wuc u^Rgw^R$, where $w$ and $u$ are non-empty strings, $w^R$ and $u^R$ are respectively the reversed strings of $w$ and $u$, $g$ is a string called a gap, and $c$ is either a s… ▽ More

    Submitted 31 October, 2019; v1 submitted 10 September, 2016; originally announced September 2016.

    Comments: 19 pages, 11 figures

    Journal ref: Theoretical Computer Science, 2019

  4. arXiv:1304.7067  [pdf, ps, other

    cs.DS

    Detecting regularities on grammar-compressed strings

    Authors: Tomohiro I, Wataru Matsubara, Kouji Shimohira, Shunsuke Inenaga, Hideo Bannai, Masayuki Takeda, Kazuyuki Narisawa, Ayumi Shinohara

    Abstract: We solve the problems of detecting and counting various forms of regularities in a string represented as a Straight Line Program (SLP). Given an SLP of size $n$ that represents a string $s$ of length $N$, our algorithm compute all runs and squares in $s$ in $O(n^3h)$ time and $O(n^2)$ space, where $h$ is the height of the derivation tree of the SLP. We also show an algorithm to compute all gapped-… ▽ More

    Submitted 26 April, 2013; originally announced April 2013.