English

A Combinatorial Proof of Universal Optimality for Computing a Planar Convex Hull

Computational Geometry 2025-06-30 v2

Abstract

For a planar point set PP, its convex hull is the smallest convex polygon that encloses all points in PP. The construction of the convex hull from an array IPI_P containing PP is a fundamental problem in computational geometry. By sorting IPI_P in lexicographical order, one can construct the convex hull of PP in O(nlogn)O(n \log n) time which is worst-case optimal. Standard worst-case analysis, however, has been criticized as overly coarse or pessimistic, and researchers search for more refined analyses. Universal analysis provides an even stronger guarantee. It fixes a point set PP and considers the maximum running time across all permutations IPI_P of PP. Afshani, Barbay, Chan [FOCS'07] prove that the convex hull construction algorithm by Kirkpatrick, McQueen, and Seidel is universally optimal. Their proof restricts the model of computation to any algebraic decision tree model where the test functions have at most constant degree and at most a constant number of arguments. They rely upon involved algebraic arguments to construct a lower bound for each point set PP that matches the universal running time of [SICOMP'86]. We provide a different proof of universal optimality. Instead of restricting the computational model, we further specify the output. We require as output (1) the convex hull, and (2) for each internal point of PP a witness for it being internal. Our argument is shorter, perhaps simpler, and applicable in more general models of computation.

Keywords

Cite

@article{arxiv.2505.01194,
  title  = {A Combinatorial Proof of Universal Optimality for Computing a Planar Convex Hull},
  author = {Ivor van der Hoog and Eva Rotenberg and Daniel Rutschmann},
  journal= {arXiv preprint arXiv:2505.01194},
  year   = {2025}
}

Comments

To appear at ESA 2025

R2 v1 2026-06-28T23:19:07.419Z