activity
20122022
most citedFaster and simpler algorithms for finding large patterns in permutations

4 citations · 4 across the 3 of their papers we have counts for

collaborators

18 papers

cs.DS2022

Fast approximation of search trees on trees with centroid trees

Benjamin Aram Berendsohn, Ishay Golinsky, Haim Kaplan +1

Search trees on trees (STTs) generalize the fundamental binary search tree (BST) data structure: in STTs the underlying search space is an arbitrary tree, whereas in BSTs it is a p…

cs.DS2022

Fixed-point cycles and EFX allocations

Benjamin Aram Berendsohn, Simona Boyadzhiyska, László Kozma

We study edge-labelings of the complete bidirected graph with functions from the set to itself. We call a cycle in $\o…

cs.DS2021

Analysis of Smooth Heaps and Slim Heaps

Maria Hartmann, László Kozma, Corwin Sinnamon +1

The smooth heap is a recently introduced self-adjusting heap [Kozma, Saranurak, 2018] similar to the pairing heap [Fredman, Sedgewick, Sleator, Tarjan, 1986]. The smooth heap was o…

cs.DS2020

Splay trees on trees

Benjamin Aram Berendsohn, László Kozma

Search trees on trees (STTs) are a far-reaching generalization of binary search trees (BSTs), allowing the efficient exploration of tree-structured domains. (BSTs are the special c…

cs.CG2020

Geometric group testing

Benjamin Aram Berendsohn, László Kozma

Group testing is concerned with identifying defective items in a set of items, where each test reports whether a specific subset of items contains at least one defective. I…

cs.DS2019

Exact exponential algorithms for two poset problems

László Kozma

Partially ordered sets (posets) are fundamental combinatorial objects with important applications in computer science. Perhaps the most natural algorithmic task, given a size- p…