English

Distributed Domination on Graph Classes of Bounded Expansion

Distributed, Parallel, and Cluster Computing 2018-06-08 v2 Data Structures and Algorithms

Abstract

We provide a new constant factor approximation algorithm for the (connected) distance-rr dominating set problem on graph classes of bounded expansion. Classes of bounded expansion include many familiar classes of sparse graphs such as planar graphs and graphs with excluded (topological) minors, and notably, these classes form the most general subgraph closed classes of graphs for which a sequential constant factor approximation algorithm for the distance-rr dominating set problem is currently known. Our algorithm can be implemented in the \congestbc model of distributed computing and uses O(r2logn)\mathcal{O}(r^2 \log n) communication rounds. Our techniques, which may be of independent interest, are based on a distributed computation of sparse neighborhood covers of small radius on bounded expansion classes. We show how to compute an rr-neighborhood cover of radius~2r2r and overlap f(r)f(r) on every class of bounded expansion in O(r2logn)\mathcal{O}(r^2 \log n) communication rounds for some function~ff.% in the CONGESTBC\mathcal{CONGEST}_{\mathrm{BC}} model. Finally, we show how to use the greater power of the LOCAL\mathcal{LOCAL} model to turn any distance-rr dominating set into a constantly larger connected distance-rr dominating set in 3r+13r+1 rounds on any class of bounded expansion. Combining this algorithm, e.g., with the constant factor approximation algorithm for dominating sets on planar graphs of Lenzen et al.\ gives a constant factor approximation algorithm for connected dominating sets on planar graphs in a constant number of rounds in the LOCAL\mathcal{LOCAL} model, where the approximation ratio is only 66 times larger than that of Lenzen et al.'s algorithm.

Keywords

Cite

@article{arxiv.1702.02848,
  title  = {Distributed Domination on Graph Classes of Bounded Expansion},
  author = {Saeed Akhoondian Amiri and Patrice Ossona de Mendez and Roman Rabinovich and Sebastian Siebertz},
  journal= {arXiv preprint arXiv:1702.02848},
  year   = {2018}
}

Comments

presented at the 30th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA 2018)

R2 v1 2026-06-22T18:13:56.041Z