π€ AI Summary
This work addresses the problem of efficiently finding a pair of points in a planar point set such that every disk containing this pair must cover at least a constant fraction of the total points. For general point sets, the paper presents the first randomized algorithm with expected $O(n \log n)$ time complexity and improves the coverage constant of existing deterministic algorithms. The approach is further extended to specialized settings, including points in convex position, bichromatic point sets, and geodesic disks within simple polygons. In the convex position setting under diameter disks, the algorithm achieves linear time and guarantees coverage of at least $n/3$ points. The technical contributions combine tools from computational geometry, randomized strategies, deterministic sweep techniques, and properties of convex hulls.