Skip to main content

Showing 1–3 of 3 results for author: Mouchard, L

Searching in archive cs. Search in all archives.
.
  1. 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

  2. arXiv:1406.6341  [pdf, ps, other

    cs.DS

    Linear-time Computation of Minimal Absent Words Using Suffix Array

    Authors: Carl Barton, Alice Heliou, Laurent Mouchard, Solon P. Pissis

    Abstract: An absent word of a word y of length n is a word that does not occur in y. It is a minimal absent word if all its proper factors occur in y. Minimal absent words have been computed in genomes of organisms from all domains of life; their computation provides a fast alternative for measuring approximation in sequence comparison. There exists an O(n)-time and O(n)-space algorithm for computing all mi… ▽ More

    Submitted 28 June, 2014; v1 submitted 24 June, 2014; originally announced June 2014.

  3. arXiv:1305.1744  [pdf, ps, other

    cs.DS

    Suffix Tree of Alignment: An Efficient Index for Similar Data

    Authors: Joong Chae Na, Hee** Park, Maxime Crochemore, Jan Holub, Costas S. Iliopoulos, Laurent Mouchard, Kunsoo Park

    Abstract: We consider an index data structure for similar strings. The generalized suffix tree can be a solution for this. The generalized suffix tree of two strings $A$ and $B$ is a compacted trie representing all suffixes in $A$ and $B$. It has $|A|+|B|$ leaves and can be constructed in $O(|A|+|B|)$ time. However, if the two strings are similar, the generalized suffix tree is not efficient because it does… ▽ More

    Submitted 8 May, 2013; originally announced May 2013.

    Comments: 12 pages