English

Covering vertices by sequential stars

Data Structures and Algorithms 2026-05-26 v1 Discrete Mathematics

Abstract

We study the problem of covering the maximum number of vertices in a graph by a collection of vertex-disjoint stars, each with a number of satellites in a given interval [k,][k, \ell], where 1k<1 \le k < \ell and \ell can be infinity. This is referred to as sequential {\sc [k,][k, \ell]-Star Packing} problem. It is solvable in polynomial time when k=1k = 1, but becomes strongly NP-hard when k2k \ge 2. In this paper, we propose either the first or an improved approximation algorithm for the following four sequential settings: 1) a k+12\frac {k+1}2-approximation algorithm when k3k \ge 3 and =\ell = \infty, improving the previous best ratio of (k+1)22k+1\frac {(k+1)^2}{2k+1}; 2) a 43\frac 43-approximation algorithm when k=2k = 2 and =\ell = \infty, improving the previous best ratio of 32\frac 32; 3) the first (1++1)(1 + \frac \ell{\ell+1})-approximation algorithm when 2=k<2 = k < \ell; and 4) the first (1+max{k12,(k+1)3(+1)})(1 + \max\left\{\frac {k-1}2, \frac {(k+1) \ell}{3 (\ell+1)}\right\})-approximation algorithm when 3k<3 \le k < \ell. Besides the main algorithmic techniques being local search coupled with amortized analysis, we observe augmenting configurations to bridge two distant neighborhoods for a local improvement operation. Additionally, the problem has been shown APX-hard when k3k \ge 3; we prove its APX-hardness for the last remaining case where k=2k = 2.

Keywords

Cite

@article{arxiv.2605.24711,
  title  = {Covering vertices by sequential stars},
  author = {Mengyuan Hu and An Zhang and Yong Chen and Zhikai Chen and Wei Ding and Guohui Lin and Jiaxuan Ma and Yue Sun},
  journal= {arXiv preprint arXiv:2605.24711},
  year   = {2026}
}

Comments

24 pages; submitted for publication