Sublinear convex-hull reconstruction from general supersequences
Determine whether, given a sequence P of n points in the Euclidean plane that is guaranteed to contain a subsequence Q whose points are in counterclockwise order and whose convex hull equals the convex hull of P, one can compute the convex hull of P in o(n log n) time without assuming any smoothness properties of the sequence.
References
Whether it is possible for general supersequences is left as an open problem. We are given a sequence of points $P$ in $2$ (possibly with duplicates), and the guarantee that there exists a subsequence $Q$ of $P$ such that the convex hull of $P$ equals the convex hull of $Q$, and the points in $Q$ are sorted in counterclockwise order. Is it possible to compute the convex hull of $P$ in $o(n \log n)$ time?
— Preprocessing Disks for Convex Hulls, Revisited
(2502.03633 - Löffler et al., 5 Feb 2025) in Subsection “Limitations”, Section 2; Open Problem 2d