Breadth-First Depth-Next: Optimal Collaborative Exploration of Trees with Low Diameter
Romain Cosson, Laurent Massouli\'e, Laurent Viennot

TL;DR
This paper introduces BFDN, a new collaborative tree exploration algorithm that outperforms previous methods in terms of runtime, especially for trees with small depth, and extends to various challenging scenarios.
Contribution
The paper presents BFDN, a simple, order-optimal exploration algorithm with improved runtime guarantees and extensions to limited memory, adversarial, and non-tree graph scenarios.
Findings
BFDN achieves a runtime of 2n/k + O(D^2 log k), outperforming previous algorithms.
BFDN is order-optimal for trees with depth D = o_k(√n).
A recursive version of BFDN improves performance for large-depth trees.
Abstract
We consider the problem of collaborative tree exploration posed by Fraigniaud, Gasieniec, Kowalski, and Pelc where a team of agents is tasked to collectively go through all the edges of an unknown tree as fast as possible. Denoting by the total number of nodes and by the tree depth, the algorithm of Fraigniaud et al. achieves the best-known competitive ratio with respect to the cost of offline exploration which is . Brass, Cabrera-Mora, Gasparri, and Xiao consider an alternative performance criterion, namely the additive overhead with respect to , and obtain a runtime guarantee. In this paper, we introduce `Breadth-First Depth-Next' (BFDN), a novel and simple algorithm that performs collaborative tree exploration in time , thus outperforming Brass et al. for…
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 · Auction Theory and Applications · Game Theory and Applications
