English

Near-Optimal Dispersion on Arbitrary Anonymous Graphs

Distributed, Parallel, and Cluster Computing 2022-04-05 v1 Data Structures and Algorithms Robotics

Abstract

Given an undirected, anonymous, port-labeled graph of nn memory-less nodes, mm edges, and degree Δ\Delta, we consider the problem of dispersing knk\leq n robots (or tokens) positioned initially arbitrarily on one or more nodes of the graph to exactly kk 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 kk robots are positioned initially on a single node, depth first search (DFS) traversal solves this problem in O(min{m,kΔ})O(\min\{m,k\Delta\}) time with Θ(log(k+Δ))\Theta(\log(k+\Delta)) bits at each robot. However, if robots are positioned initially on multiple nodes, the best previously known algorithm solves this problem in O(min{m,kΔ}log)O(\min\{m,k\Delta\}\cdot \log \ell) time storing Θ(log(k+Δ))\Theta(\log(k+\Delta)) bits at each robot, where k/2\ell\leq k/2 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 O(min{m,kΔ})O(\min\{m,k\Delta\}) time with Θ(log(k+Δ))\Theta(\log(k+\Delta)) bits at each robot, improving the time bound of the best previously known algorithm by O(log)O(\log \ell) 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, Δ=O(1)\Delta=O(1). Furthermore, the result holds in both synchronous and asynchronous settings.

Keywords

Cite

@article{arxiv.2106.03943,
  title  = {Near-Optimal Dispersion on Arbitrary Anonymous Graphs},
  author = {Ajay D. Kshemkalyani and Gokarna Sharma},
  journal= {arXiv preprint arXiv:2106.03943},
  year   = {2022}
}

Comments

11 pages

R2 v1 2026-06-24T02:55:59.452Z