English

Optimal Algorithm for Paired-Domination in Distance-Hereditary Graphs

Data Structures and Algorithms 2024-12-02 v1 Combinatorics

Abstract

The domination problem and its variants represent a classical domain within algorithmic graph theory. Among these variants, the paired-domination problem holds particular prominence due to its real-world implications in security and surveillance domains. Given an input graph GG, the paired-domination problem involves identifying a minimum dominating set DD that induces a subgraph of GG with a perfect matching. Lin et al.~[\emph{Paired-domination problem on distance-hereditary graphs}, Algorithmica, 2020] previously presented a solution to this problem with a time complexity of O(n2)O(n^2). This paper significantly enhances their findings by introducing an O(n+m)O(n+m)-time algorithm. Furthermore, the time complexity of this algorithm can be reduced to O(n)O(n) when provided with a decomposition tree for the graph GG.

Keywords

Cite

@article{arxiv.2411.19476,
  title  = {Optimal Algorithm for Paired-Domination in Distance-Hereditary Graphs},
  author = {Ta-Yu Mu and Ching-Chi Lin},
  journal= {arXiv preprint arXiv:2411.19476},
  year   = {2024}
}
R2 v1 2026-06-28T20:16:26.979Z