Skip to main content

Showing 1–5 of 5 results for author: Komlós, H

.
  1. arXiv:2504.17563  [pdf, other

    cs.DS

    The Case for External Graph Sketching

    Authors: Michael A. Bender, Martín Farach-Colton, Riko Jacob, Hanna Komlós, David Tench, Evan West

    Abstract: Algorithms in the data stream model use $O(polylog(N))$ space to compute some property of an input of size $N$, and many of these algorithms are implemented and used in practice. However, sketching algorithms in the graph semi-streaming model use $O(V polylog(V))$ space for a $V$-vertex graph, and the fact that implementations of these algorithms are not used in the academic literature or in indus… ▽ More

    Submitted 24 April, 2025; originally announced April 2025.

    Comments: Full version for paper to appear in ACDA proceedings

  2. arXiv:2405.00807  [pdf, ps, other

    cs.DS

    Nearly Optimal List Labeling

    Authors: Michael A. Bender, Alex Conway, Martín Farach-Colton, Hanna Komlós, Michal Koucký, William Kuszmaul, Michael Saks

    Abstract: The list-labeling problem captures the basic task of storing a dynamically changing set of up to $n$ elements in sorted order in an array of size $m = (1 + Θ(1))n$. The goal is to support insertions and deletions while moving around elements within the array as little as possible. Until recently, the best known upper bound stood at $O(\log^2 n)$ amortized cost. This bound, which was first establ… ▽ More

    Submitted 1 May, 2024; originally announced May 2024.

    Comments: 39 pages

  3. arXiv:2404.16623  [pdf, other

    cs.DS

    Layered List Labeling

    Authors: Michael A. Bender, Alex Conway, Martin Farach-Colton, Hanna Komlos, William Kuszmaul

    Abstract: The list-labeling problem is one of the most basic and well-studied algorithmic primitives in data structures, with an extensive literature spanning upper bounds, lower bounds, and data management applications. The classical algorithm for this problem, dating back to 1981, has amortized cost $O(\log^2 n)$. Subsequent work has led to improvements in three directions: \emph{low-latency} (worst-case)… ▽ More

    Submitted 25 April, 2024; originally announced April 2024.

    Comments: PODS 2024, 19 pages, 4 figures

  4. arXiv:2203.02763  [pdf, ps, other

    cs.DS

    Online List Labeling: Breaking the $\log^2n$ Barrier

    Authors: Michael A. Bender, Alex Conway, Martín Farach-Colton, Hanna Komlós, William Kuszmaul, Nicole Wein

    Abstract: The online list labeling problem is an algorithmic primitive with a large literature of upper bounds, lower bounds, and applications. The goal is to store a dynamically-changing set of $n$ items in an array of $m$ slots, while maintaining the invariant that the items appear in sorted order, and while minimizing the relabeling cost, defined to be the number of items that are moved per insertion/del… ▽ More

    Submitted 12 September, 2022; v1 submitted 5 March, 2022; originally announced March 2022.

    Comments: Full version for FOCS 2022 camera ready

  5. arXiv:1803.05001  [pdf, other

    cs.DS cs.SI

    Graph Ranking and the Cost of Sybil Defense

    Authors: Gwendolyn Farach-Colton, Martin Farach-Colton, Leslie Ann Goldberg, Hanna Komlos, John Lapinskas, Reut Levi, Moti Medina, Miguel A. Mosteiro

    Abstract: Ranking functions such as PageRank assign numeric values (ranks) to nodes of graphs, most notably the web graph. Node rankings are an integral part of Internet search algorithms, since they can be used to order the results of queries. However, these ranking functions are famously subject to attacks by spammers, who modify the web graph in order to give their own pages more rank. We characterize th… ▽ More

    Submitted 1 June, 2023; v1 submitted 13 March, 2018; originally announced March 2018.

    Comments: 39 pages