English

Optimal Fault-Tolerant Dispersion on Oriented Grids

Distributed, Parallel, and Cluster Computing 2024-10-28 v2

Abstract

Dispersion of mobile robots over the nodes of an anonymous graph is an important problem and turns out to be a crucial subroutine for designing efficient algorithms for many fundamental graph problems via mobile robots. In this problem, starting from an arbitrary initial distribution of nn robots across the nn nodes, the goal is to achieve a final configuration where each node holds at most one robot. This paper investigates the dispersion problem on an oriented grid, considering the possibility of robot failures (crashes) at any time during the algorithm's execution. We present a crash-tolerant dispersion algorithm that solves the dispersion problem on an anonymous oriented grid in O(n)O(\sqrt{n}) time and using O(logn)O(\log n) bits of memory per robot. The algorithm is optimal in terms of both time and memory per robot. We further extend this algorithm to deal with weak Byzantine robots. The weak Byzantine fault dispersion algorithm takes optimal O(n)O(\sqrt{n}) rounds but requires O(nlogn)O(n\log n) bits of memory per robot.

Keywords

Cite

@article{arxiv.2410.17813,
  title  = {Optimal Fault-Tolerant Dispersion on Oriented Grids},
  author = {Rik Banerjee and Manish Kumar and Anisur Rahaman Molla},
  journal= {arXiv preprint arXiv:2410.17813},
  year   = {2024}
}

Comments

arXiv admin note: substantial text overlap with arXiv:2405.02002

R2 v1 2026-06-28T19:32:48.324Z