Self-stabilizing Graph Exploration by a Single Agent
Abstract
In this paper, we present two self-stabilizing algorithms that enable a single (mobile) agent to explore graphs. Starting from any initial configuration, \ie regardless of the initial states of the agent and all nodes, as well as the initial location of the agent, the algorithms ensure the agent visits all nodes. We evaluate the algorithms based on two metrics: the \emph{cover time}, defined as the number of moves required to visit all nodes, and \emph{memory usage}, defined as the storage needed for maintaining the states of the agent and each node. The first algorithm is randomized. Given an integer , its cover time is optimal, \ie in expectation, and its memory requirements are bits for the agent and bits for each node , where and are the numbers of nodes and edges, respectively, and is the degree of node . For general , its cover time is , where is the diameter of a graph. The second algorithm is deterministic. It requires an input integer , where is the maximum degree of the graph. The cover time of this algorithm is , and it uses bits of memory for both the agent and each node.
Keywords
Cite
@article{arxiv.2010.08929,
title = {Self-stabilizing Graph Exploration by a Single Agent},
author = {Yuichi Sudo and Fukuhito Ooshita and Sayaka Kamei},
journal= {arXiv preprint arXiv:2010.08929},
year = {2025}
}