A distributed algorithm to find k-dominating sets
L. D. Penso, V. C. Barbosa

TL;DR
This paper presents a new distributed algorithm for finding a k-dominating set in a graph, which is simpler and more message-efficient than previous algorithms while maintaining optimal time complexity.
Contribution
The paper introduces a novel synchronous distributed algorithm for k-dominating sets with improved message complexity and conceptual simplicity.
Findings
Achieves a k-dominating set of size at most ⌊n/(k+1)⌋
Runs in O(k log* n) time, matching the best known time complexity
Reduces message complexity compared to previous algorithms
Abstract
We consider a connected undirected graph with nodes and edges. A -dominating set in is a set of nodes having the property that every node in is at most edges away from at least one node in . Finding a -dominating set of minimum size is NP-hard. We give a new synchronous distributed algorithm to find a -dominating set in of size no greater than . Our algorithm requires time and messages to run. It has the same time complexity as the best currently known algorithm, but improves on that algorithm's message complexity and is, in addition, conceptually simpler.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
