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, 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 cover time, defined as the number of moves required to visit all nodes, and 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 c = (n), its cover time is optimal, O(m) in expectation, and its memory requirements are O( c) bits for the agent and O( (c+δv)) bits for each node v, where n and m are the numbers of nodes and edges, respectively, and δv is the degree of node v. For general c 2, its cover time is O( m · (D, nc+1, Dc + n)), where D is the diameter of a graph. The second algorithm is deterministic. It requires an input integer k (D, ), where is the maximum degree of the graph. The cover time of this algorithm is O(m + nD), and it uses O( k) bits of memory for both the agent and each node.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…