English

Asynchronous Collective Tree Exploration: a Distributed Algorithm, and a new Lower Bound

Data Structures and Algorithms 2025-07-22 v1 Distributed, Parallel, and Cluster Computing Multiagent Systems

Abstract

We study the problem of collective tree exploration in which a team of kk mobile agents must collectively visit all nodes of an unknown tree in as few moves as possible. The agents all start from the root and discover adjacent edges as they progress in the tree. Communication is distributed in the sense that agents share information by reading and writing on whiteboards located at all nodes. Movements are asynchronous, in the sense that the speeds of all agents are controlled by an adversary at all times. All previous competitive guarantees for collective tree exploration are either distributed but synchronous, or asynchronous but centralized. In contrast, we present a distributed asynchronous algorithm that explores any tree of nn nodes and depth DD in at most 2n+O(k22kD)2n+O(k^2 2^kD) moves, i.e., with a regret that is linear in DD, and a variant algorithm with a guarantee in O(k/logk)(n+kD)O(k/\log k)(n+kD), i.e., with a competitive ratio in O(k/logk)O(k/\log k). We note that our regret guarantee is asymptotically optimal (i.e., 11-competitive) from the perspective of average-case complexity. We then present a new general lower bound on the competitive ratio of asynchronous collective tree exploration, in Ω(log2k)\Omega(\log^2 k). This lower bound applies to both the distributed and centralized settings, and improves upon the previous lower bound in Ω(logk)\Omega(\log k).

Keywords

Cite

@article{arxiv.2507.15658,
  title  = {Asynchronous Collective Tree Exploration: a Distributed Algorithm, and a new Lower Bound},
  author = {Romain Cosson and Laurent Massoulié},
  journal= {arXiv preprint arXiv:2507.15658},
  year   = {2025}
}
R2 v1 2026-07-01T04:11:27.078Z