Near-linear Time Dispersion of Mobile Agents
Yuichi Sudo, Masahiro Shibata, Junya Nakamura, Yonghwan Kim,, Toshimitsu Masuzawa

TL;DR
This paper introduces faster algorithms for dispersing mobile agents in graphs, achieving near-linear time complexity in both rooted and general scenarios, improving upon previous methods that were slower and more memory-intensive.
Contribution
The paper presents new algorithms that significantly reduce the dispersion time to near-linear in the number of agents, with optimal or near-optimal space complexity, for both rooted and general initial distributions.
Findings
Rooted setting dispersion in O(k log k) time
General setting dispersion in O(k log^2 k) time
Time-optimal algorithm with O(Δ + log k) space
Abstract
Consider that there are agents in a simple, connected, and undirected graph with nodes and edges. The goal of the dispersion problem is to move these agents to mutually distinct nodes. Agents can communicate only when they are at the same node, and no other communication means, such as whiteboards, are available. We assume that the agents operate synchronously. We consider two scenarios: when all agents are initially located at a single node (rooted setting) and when they are initially distributed over one or more nodes (general setting). Kshemkalyani and Sharma presented a dispersion algorithm for the general setting, which uses time and bits of memory per agent [OPODIS 2021], where is the maximum number of edges in any induced subgraph of with nodes, and is the maximum degree of . This algorithm is…
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 · Mobile Agent-Based Network Management · Mobile Ad Hoc Networks
