Skip to main content

Showing 1–2 of 2 results for author: Sivukhin, N

Searching in archive cs. Search in all archives.
.
  1. arXiv:2105.03782  [pdf, other

    cs.DS

    Construction of Sparse Suffix Trees and LCE Indexes in Optimal Time and Space

    Authors: Dmitry Kosolobov, Nikita Sivukhin

    Abstract: The notions of synchronizing and partitioning sets are recently introduced variants of locally consistent parsings with great potential in problem-solving. In this paper we propose a deterministic algorithm that constructs for a given readonly string of length $n$ over the alphabet $\{0,1,\ldots,n^{\mathcal{O}(1)}\}$ a variant of $τ$-partitioning set with size $\mathcal{O}(b)$ and… ▽ More

    Submitted 21 April, 2024; v1 submitted 8 May, 2021; originally announced May 2021.

    Comments: 33 pages (1 title page, 15 pages main text, 14 pages appendix), 3 figures, 1 table

  2. arXiv:1811.01248  [pdf, other

    cs.DS

    Compressed Multiple Pattern Matching

    Authors: Dmitry Kosolobov, Nikita Sivukhin

    Abstract: Given $d$ strings over the alphabet $\{0,1,\ldots,σ{-}1\}$, the classical Aho--Corasick data structure allows us to find all $occ$ occurrences of the strings in any text $T$ in $O(|T| + occ)$ time using $O(m\log m)$ bits of space, where $m$ is the number of edges in the trie containing the strings. Fix any constant $\varepsilon \in (0, 2)$. We describe a compressed solution for the problem that, p… ▽ More

    Submitted 31 March, 2019; v1 submitted 3 November, 2018; originally announced November 2018.

    Comments: 14 pages, 3 figures, 1 table