Geometric k-Center Problems with Centers Constrained to Two Lines
Binay Bhattacharya, Sandip Das, Yuya Higashikawa, Tsunehiko Kameda,, Naoki Katoh

TL;DR
This paper introduces efficient algorithms for the geometric k-center problem with centers constrained to two lines, achieving optimal time complexity for both weighted and unweighted cases.
Contribution
It provides the first $O(n\log^2 n)$ algorithms for k-center problems with centers on two lines, including perpendicular and parallel configurations.
Findings
Algorithms run in $O(n\log^2 n)$ time for both weighted and unweighted cases.
Centers constrained to two lines can be optimally placed to minimize maximum distance.
The approach extends to different orientations of the two lines.
Abstract
We consider the -center problem in which the centers are constrained to lie on two lines. Given a set of weighted points in the plane, we want to locate up to centers on two parallel lines. We present an time algorithm, which minimizes the weighted distance from any point to a center. We then consider the unweighted case, where the centers are constrained to be on two perpendicular lines. Our algorithms run in time also in this case.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Facility Location and Emergency Management · Advanced Graph Theory Research
