English

A Linear-Time Algorithm for Minimum $k$-Hop Dominating Set of a Cactus Graph

Data Structures and Algorithms 2020-12-11 v1 Computational Geometry

Abstract

Given a graph G=(V,E)G=(V,E) and an integer k1k \ge 1, a kk-hop dominating set DD of GG is a subset of VV, such that, for every vertex vVv \in V, there exists a node uDu \in D whose hop-distance from vv is at most kk. A kk-hop dominating set of minimum cardinality is called a minimum kk-hop dominating set. In this paper, we present linear-time algorithms that find a minimum kk-hop dominating set in unicyclic and cactus graphs. To achieve this, we show that the kk-dominating set problem on unicycle graph reduces to the piercing circular arcs problem, and show a linear-time algorithm for piercing sorted circular arcs, which improves the best known O(nlogn)O(n\log n)-time algorithm.

Keywords

Cite

@article{arxiv.2012.05869,
  title  = {A Linear-Time Algorithm for Minimum $k$-Hop Dominating Set of a Cactus Graph},
  author = {A. Karim Abu-Affash and Paz Carmi and Adi Krasin},
  journal= {arXiv preprint arXiv:2012.05869},
  year   = {2020}
}
R2 v1 2026-06-23T20:52:56.399Z