Skip to main content

Showing 1–10 of 10 results for author: Benkner, L S

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

    cs.DS

    Streaming algorithms for products of probabilities

    Authors: Markus Lohrey, Leon Rische, Louisa Seelbach Benkner, Julio Xochitemol

    Abstract: We consider streaming algorithms for approximating a product of input probabilities up to multiplicative error of $1-ε$. It is shown that every randomized streaming algorithm for this problem needs space $Ω(\log n + \log b - \log ε) - \mathcal{O}(1)$, where $n$ is length of the input stream and $b$ is the bit length of the input numbers. This matches an upper bound from Alur et al.~up to a constan… ▽ More

    Submitted 1 October, 2025; v1 submitted 23 April, 2025; originally announced April 2025.

  2. arXiv:2405.17952  [pdf, ps, other

    math.CO cs.DM

    Upper Bounds on the Average Height of Random Binary Trees

    Authors: Louisa Seelbach Benkner

    Abstract: We study the average height of random trees generated by leaf-centric binary tree sources as introduced by Zhang, Yang and Kieffer. A leaf-centric binary tree source induces for every $n \geq 2$ a probability distribution on the set of binary trees with $n$ leaves. Our results generalize a result by Devroye, according to which the average height of a random binary search tree of size $n$ is in… ▽ More

    Submitted 28 May, 2024; originally announced May 2024.

  3. arXiv:2105.04231  [pdf, ps, other

    math.CO cs.DM

    Distinct Fringe Subtrees in Random Trees

    Authors: Louisa Seelbach Benkner, Stephan Wagner

    Abstract: A fringe subtree of a rooted tree is a subtree induced by one of the vertices and all its descendants. We consider the problem of estimating the number of distinct fringe subtrees in two types of random trees: simply generated trees and families of increasing trees (recursive trees, $d$-ary increasing trees and generalized plane-oriented recursive trees). We prove that the order of magnitude of th… ▽ More

    Submitted 10 May, 2021; originally announced May 2021.

  4. Hypersuccinct Trees -- New universal tree source codes for optimal compressed tree data structures and range minima

    Authors: J. Ian Munro, Patrick K. Nicholson, Louisa Seelbach Benkner, Sebastian Wild

    Abstract: We present a new universal source code for distributions of unlabeled binary and ordinal trees that achieves optimal compression to within lower order terms for all tree sources covered by existing universal codes. At the same time, it supports answering many navigational queries on the compressed representation in constant time on the word-RAM; this is not known to be possible for any existing tr… ▽ More

    Submitted 3 September, 2021; v1 submitted 27 April, 2021; originally announced April 2021.

    Comments: part of ESA 2021

  5. arXiv:2006.01695  [pdf, ps, other

    cs.IT math.CO

    A Comparison of Empirical Tree Entropies

    Authors: Danny Hucke, Markus Lohrey, Louisa Seelbach Benkner

    Abstract: Whereas for strings, higher-order empirical entropy is the standard entropy measure, several different notions of empirical entropy for trees have been proposed in the past, notably label entropy, degree entropy, conditional versions of the latter two, and empirical entropy of trees (here, called label-shape entropy). In this paper, we carry out a systematic comparison of these entropy measures. W… ▽ More

    Submitted 1 June, 2020; originally announced June 2020.

    MSC Class: 94A17

  6. arXiv:2003.03323  [pdf, ps, other

    math.CO cs.DM

    On the Collection of Fringe Subtrees in Random Binary Trees

    Authors: Louisa Seelbach Benkner, Stephan Wagner

    Abstract: A fringe subtree of a rooted tree is a subtree consisting of one of the nodes and all its descendants. In this paper, we are specifically interested in the number of non-isomorphic trees that appear in the collection of all fringe subtrees of a binary tree. This number is analysed under two different random models: uniformly random binary trees and random binary search trees. In the case of unif… ▽ More

    Submitted 6 March, 2020; originally announced March 2020.

  7. arXiv:1910.07145  [pdf, other

    cs.DS

    Practical Random Access to SLP-Compressed Texts

    Authors: Travis Gagie, Tomohiro I, Giovanni Manzini, Gonzalo Navarro, Hiroshi Sakamoto, Louisa Seelbach Benkner, Yoshimasa Takabatake

    Abstract: Grammar-based compression is a popular and powerful approach to compressing repetitive texts but until recently its relatively poor time-space trade-offs during real-life construction made it impractical for truly massive datasets such as genomic databases. In a recent paper (SPIRE 2019) we showed how simple pre-processing can dramatically improve those trade-offs, and in this paper we turn our at… ▽ More

    Submitted 19 July, 2020; v1 submitted 15 October, 2019; originally announced October 2019.

    Comments: Accepted to SPIRE 2020

  8. arXiv:1901.03155  [pdf, ps, other

    cs.DS cs.IT

    Entropy Bounds for Grammar-Based Tree Compressors

    Authors: Danny Hucke, Markus Lohrey, Louisa Seelbach Benkner

    Abstract: The definition of $k^{th}$-order empirical entropy of strings is extended to node labelled binary trees. A suitable binary encoding of tree straight-line programs (that have been used for grammar-based tree compression before) is shown to yield binary tree encodings of size bounded by the $k^{th}$-order empirical entropy plus some lower order terms. This generalizes recent results for grammar-base… ▽ More

    Submitted 20 May, 2020; v1 submitted 10 January, 2019; originally announced January 2019.

    Comments: A short version of this paper appeared in the IEEE Proceedings of ISIT 2019

    MSC Class: 68P30

  9. arXiv:1811.02457  [pdf, ps, other

    cs.DS

    Tunneling on Wheeler Graphs

    Authors: Jarno Alanko, Travis Gagie, Gonzalo Navarro, Louisa Seelbach Benkner

    Abstract: The Burrows-Wheeler Transform (BWT) is an important technique both in data compression and in the design of compact indexing data structures. It has been generalized from single strings to collections of strings and some classes of labeled directed graphs, such as tries and de Bruijn graphs. The BWTs of repetitive datasets are often compressible using run-length compression, but recently Baier (CP… ▽ More

    Submitted 29 May, 2019; v1 submitted 6 November, 2018; originally announced November 2018.

    Comments: 11 Pages, 1 figure. This research has received funding from the European Union's Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie Actions H2020-MSCA-RISE-2015 BIRDS GA No. 690941

  10. arXiv:1804.10396  [pdf, ps, other

    cs.DM cs.IT math.CO

    Average Case Analysis of Leaf-Centric Binary Tree Sources

    Authors: Louisa Seelbach Benkner, Markus Lohrey, Stephan Wagner

    Abstract: We study the average number of distinct fringe subtrees in random trees generated by leaf-centric binary tree sources as introduced by Zhang, Yang and Kieffer. A leaf-centric binary tree source induces for every $n \geq 2$ a probability distribution on the set of binary trees with $n$ leaves. We generalize a result by Flajolet, Gourdon, Martinez and Devroye, according to which the average number o… ▽ More

    Submitted 29 April, 2025; v1 submitted 27 April, 2018; originally announced April 2018.

    MSC Class: 68P30