Near-Optimal Dispersion on Arbitrary Anonymous Graphs

06/07/2021
by   Ajay D. Kshemkalyani, et al.
0

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

READ FULL TEXT

page 1

page 2

page 3

page 4

research
12/13/2018

Improved Dispersion of Mobile Robots on Arbitrary Graphs

The dispersion problem on graphs asks k≤ n robots placed initially arbit...
research
07/08/2021

Keep That Card in Mind: Card Guessing with Limited Memory

A card guessing game is played between two players, Guesser and Dealer. ...
research
08/03/2020

Memory Optimal Dispersion by Anonymous Mobile Robots

Consider a team of k ≤ n autonomous mobile robots initially placed at a ...
research
09/04/2019

Dispersion of Mobile Robots in the Global Communication Model

The dispersion problem on graphs asks k≤ n robots placed initially arbit...
research
01/12/2023

Distance-2-Dispersion: Dispersion with Further Constraints

The aim of the dispersion problem is to place a set of k(≤ n) mobile rob...
research
07/24/2023

Estimating Single-Node PageRank in Õ(min{d_t, √(m)}) Time

PageRank is a famous measure of graph centrality that has numerous appli...
research
04/23/2020

Efficient Dispersion on an Anonymous Ring in the Presence of Byzantine Robots

The problem of dispersion of mobile robots on a graph asks that n robots...

Please sign up or login with your details

Forgot password? Click here to reset