Skip to main content

Showing 1–2 of 2 results for author: Groult, R

.
  1. arXiv:2306.16065  [pdf, ps, other

    cs.DS

    Approximate Cartesian Tree Matching: an Approach Using Swaps

    Authors: Bastien Auvray, Julien David, Richard Groult, Thierry Lecroq

    Abstract: Cartesian tree pattern matching consists of finding all the factors of a text that have the same Cartesian tree than a given pattern. There already exist theoretical and practical solutions for the exact case. In this paper, we propose the first algorithm for solving approximate Cartesian tree pattern matching. We consider Cartesian tree pattern matching with one swap: given a pattern of length m… ▽ More

    Submitted 28 June, 2023; originally announced June 2023.

    Comments: Submitted to SPIRE 2023

  2. arXiv:1708.01130  [pdf, ps, other

    cs.DS

    Efficient pattern matching in degenerate strings with the Burrows-Wheeler transform

    Authors: Jacqueline W. Daykin, Richard Groult, Yannick Guesnet, Thierry Lecroq, Arnaud Lefebvre, Martine Léonard, Laurent Mouchard, Élise Prieur-Gaston, Bruce Watson

    Abstract: A degenerate or indeterminate string on an alphabet $Σ$ is a sequence of non-empty subsets of $Σ$. Given a degenerate string $t$ of length $n$, we present a new method based on the Burrows--Wheeler transform for searching for a degenerate pattern of length $m$ in $t$ running in $O(mn)$ time on a constant size alphabet $Σ$. Furthermore, it is a hybrid pattern-matching technique that works on both r… ▽ More

    Submitted 3 August, 2017; originally announced August 2017.

    Comments: 7 pages, 1 figure