English

How Packed Is It, Really?

Computational Geometry 2025-03-06 v2

Abstract

The congestion of a curve is a measure of how much it zigzags around locally. More precisely, a curve π\pi is cc-packed if the length of the curve lying inside any ball is at most cc times the radius of the ball, and its congestion is the minimum cc for which π\pi is cc-packed. This paper presents a randomized 4242-approximation algorithm for computing the congestion of a curve (or any set of segments in the plane). It runs in O(nlog2n)O( n \log^2 n) time and succeeds with high probability. Although the approximation factor is large, the running time improves over the previous fastest constant approximation algorithm, which took O~(n4/3)\widetilde{O}(n^{4/3}) time. We carefully combine new ideas with known techniques to obtain our new near-linear time algorithm.

Keywords

Cite

@article{arxiv.2105.10776,
  title  = {How Packed Is It, Really?},
  author = {Sariel Har-Peled and Timothy Zhou},
  journal= {arXiv preprint arXiv:2105.10776},
  year   = {2025}
}
R2 v1 2026-06-24T02:22:25.096Z