Linear-Time $(1+\varepsilon)$-Approximation Algorithms for Two-Line-Center Problems
By: Chaeyoon Chung, Anil Maheshwari, Michiel Smid
Potential Business Impact:
Finds two lines to best cover all points.
Given a set $S$ of $n$ points in the plane, we study the two-line-center problem: finding two lines that minimize the maximum distance from each point in $S$ to its closest line. We present a $(1+\varepsilon)$-approximation algorithm for the two-line-center problem that runs in $O((n/\varepsilon) \log (1/\varepsilon))$ time, which improves the previously best $O(n\log n + ({n}/{\varepsilon^2}) \log ({1}/{\varepsilon}) + (1/\varepsilon^3)\log ({1}/{\varepsilon}))$-time algorithm. We also consider three variants of this problem, in which the orientations of the two lines are restricted: (1) the orientation of one of the two lines is fixed, (2) the orientations of both lines are fixed, and (3) the two lines are required to be parallel. For each of these three variants, we give the first $(1+\varepsilon)$-approximation algorithm that runs in linear time. In particular, for the variant where the orientation of one of the two lines is fixed, we also give an improved exact algorithm that runs in $O(n \log n)$ time and show that it is optimal.
Similar Papers
Subquadratic Approximation Algorithms for Separating Two Points with Objects in the Plane
Computational Geometry
Finds shortest paths to block movement between points.
Line Cover and Related Problems
Computational Geometry
Finds best lines to group points.
General Position Subset Selection in Line Arrangements
Computational Geometry
Finds the most points that don't line up.