Improved Linear-Time Construction of Minimal Dominating Set via Mobile Agents
Prabhat Kumar Chand, Anisur Rahaman Molla

TL;DR
This paper introduces two new linear-time algorithms for computing minimal dominating sets in anonymous graphs using mobile agents, significantly improving efficiency while also constructing spanning trees and electing leaders.
Contribution
The paper presents the first linear-time algorithms for minimal dominating set computation in anonymous graphs with mobile agents, requiring only logarithmic memory and no global knowledge.
Findings
Minimal dominating set computed in O(n) rounds
Constructs spanning tree and elects leader in O(n) rounds
Uses only O(log n) bits of memory per agent
Abstract
Mobile agents have emerged as a powerful framework for solving fundamental graph problems in distributed settings in recent times. These agents, modelled as autonomous physical or software entities, possess local computation power, finite memory and have the ability to traverse a graph, offering efficient solutions to a range of classical problems. In this work, we focus on the problem of computing a \emph{minimal dominating set} (mDS) in anonymous graphs using mobile agents. Building on the recently proposed optimal dispersion algorithm on the synchronous mobile agent model, we design two new algorithms that achieve a \emph{linear-time} solution for this problem in the synchronous setting. Specifically, given a connected -node graph with agents initially placed in either rooted or arbitrary configurations, we show that an mDS can be computed in rounds using only $O(\log…
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.
Taxonomy
TopicsOptimization and Search Problems · Distributed systems and fault tolerance · Mobile Agent-Based Network Management
