Tight Universal Bounds for Partially Presorted Pareto Front and Convex Hull
Ivor van der Hoog, Eva Rotenberg, Daniel Rutschmann
TL;DR
<3-5 sentence high-level summary> This paper advances the understanding of adaptive, input-sensitive sorting-related problems by formalizing universal-optimality via range-partition entropies for Pareto front and planar convex hull computations. It shows that the Eppstein–Goodrich–Illickan–To algorithms operate as a deterministic QuickSort variant with early termination, and it provides matching universal lower bounds under refined universes built from region-based partitions and downdraft orderings. The work develops a detailed counting framework that injects witness-structures into front- and hull-defining outputs, proving universal optimality for these problems under the proposed models. It also generalizes the notion of sorting regions through generalized compass functions and discusses implications for future work on higher-dimensional analogs and other geometric problems.
Abstract
TimSort is a well-established sorting algorithm whose running time depends on how sorted the input already is. Recently, Eppstein, Goodrich, Illickan, and To designed algorithms inspired by TimSort for Pareto front, planar convex hull, and two other problems. For each of these problems, they define a Range Partition Entropy; a function $H$ mapping lists $I$ that store $n$ points to a number between $0$ and $\log n$. Their algorithms have, for each list of points $I$, a running time of $O(n(1 + H(I)))$. In this paper, we provide matching lower bounds for the Pareto front and convex hull algorithms by Eppstein, Goodrich, Illickan, and To. In particular, we show that their algorithm does not correspond to TimSort (or related stack-based MergeSort variants) but rather to a variant of QuickSort. From this, we derive an intuitive notion of universal optimality. We show comparison-based lower bounds that prove that the algorithms by Eppstein, Goodrich, Illickan and To are universally optimal under this notion of universal optimality.
