Near-Optimal Dispersion on Arbitrary Anonymous Graphs

Given an undirected, anonymous, port-labeled graph of memory-less nodes, edges, and degree , we consider the problem of dispersing robots (or tokens) positioned initially arbitrarily on one or more nodes of the graph to exactly different nodes of the graph, one on each node. The objective is to simultaneously minimize time to achieve dispersion and memory requirement at each robot. If all robots are positioned initially on a single node, depth first search (DFS) traversal solves this problem in time with bits at each robot. However, if robots are positioned initially on multiple nodes, the best previously known algorithm solves this problem in time storing bits at each robot, where is the number of multiplicity nodes in the initial configuration. In this paper, we present a novel multi-source DFS traversal algorithm solving this problem in time with bits at each robot, improving the time bound of the best previously known algorithm by and matching asymptotically the single-source DFS traversal bounds. This is the first algorithm for dispersion that is optimal in both time and memory in arbitrary anonymous graphs of constant degree, . Furthermore, the result holds in both synchronous and asynchronous settings.
View on arXiv