Assigning Weights to Minimize the Covering Radius in the Plane
Eunjin Oh, Hee-Kap Ahn

TL;DR
This paper presents two algorithms for assigning weights to points in a plane to minimize the maximum weighted distance from a center, improving efficiency especially when the number of weights is small.
Contribution
It introduces two algorithms with different complexities for the weighted covering radius minimization problem, including a near-linear time solution for constant weight counts.
Findings
First algorithm runs in O(k^2 n^2 log^3 n) time.
Second algorithm runs in O(k^5 n log^3 k + n log^3 n) time.
For constant k, the second algorithm achieves near-linear time complexity.
Abstract
Given a set of points in the plane and a multiset of weights with , we assign each weight in to a distinct point in to minimize the maximum weighted distance from the weighted center of to any point in . In this paper, we give two algorithms which take time and time, respectively. For a constant , the second algorithm takes only time, which is near linear.
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.
