English

Semitotal domination in unit disk graphs

Data Structures and Algorithms 2026-07-16 v1 Discrete Mathematics Combinatorics

Abstract

A set SVS \subseteq V is called a {\em semitotal dominating set} of G=(V,E)G=(V,E) if every vertex in VSV \setminus S is adjacent to at least one vertex in SS, and every vertex in SS is within distance 2 of another vertex in SS. The corresponding decision problem is NP-complete even for unit disk graphs. In this paper, we present a 5-factor approximation algorithm for the Minimum Semitotal Domination problem on unit disk graphs in the graph-based input model. The algorithm processes the layers of a Breadth-First-Search tree and constructs a maximal independent set whose vertices satisfy the semitotal condition. For a graph with nn vertices and mm edges, the algorithm runs in O(n+m)O(n + m) time, and hence in O(n2)O(n^2) time in the worst case. This improves the previously known 5.75-approximation algorithm with O(n3)O(n^3) running time.

Cite

@article{arxiv.2607.14467,
  title  = {Semitotal domination in unit disk graphs},
  author = {Mingjun Liu and Weiping Shang},
  journal= {arXiv preprint arXiv:2607.14467},
  year   = {2026}
}