English

Unweighted Geometric Hitting Set for Line-Constrained Disks and Related Problems

Computational Geometry 2024-07-02 v1 Data Structures and Algorithms

Abstract

Given a set PP of nn points and a set SS of mm disks in the plane, the disk hitting set problem asks for a smallest subset of PP such that every disk of SS contains at least one point in the subset. The problem is NP-hard. In this paper, we consider a line-constrained version in which all disks have their centers on a line. We present an O(mlog2n+(n+m)log(n+m))O(m\log^2n+(n+m)\log(n+m)) time algorithm for the problem. This improves the previously best result of O(m2logm+(n+m)log(n+m))O(m^2\log m+(n+m)\log(n+m)) time for the weighted case of the problem where every point of PP has a weight and the objective is to minimize the total weight of the hitting set. Our algorithm actually solves a more general line-separable problem with a single intersection property: The points of PP and the disk centers are separated by a line \ell and the boundary of every two disks intersect at most once on the side of \ell containing PP.

Keywords

Cite

@article{arxiv.2407.00331,
  title  = {Unweighted Geometric Hitting Set for Line-Constrained Disks and Related Problems},
  author = {Gang Liu and Haitao Wang},
  journal= {arXiv preprint arXiv:2407.00331},
  year   = {2024}
}

Comments

To appear in MFCS 2024

R2 v1 2026-06-28T17:23:28.198Z