English

Graph Traversal via Connected Mobile Agents

Data Structures and Algorithms 2025-08-27 v1

Abstract

This paper considers the Hamiltonian walk problem in the multi-agent coordination framework, referred to as kk-agents Hamiltonian walk problem (kk-HWP). In this problem, a set of kk connected agents collectively compute a spanning walk of a given undirected graph in the minimum steps. At each step, the agents are at kk distinct vertices and the induced subgraph made by the occupied vertices remains connected. In the next consecutive steps, each agent may remain stationary or move to one of its neighbours.To the best of our knowledge, this problem has not been previously explored in the context of multi-agent systems with connectivity. As a generalization of the well-known Hamiltonian walk problem (when k=1k=1), kk-HWP is NP-hard. We propose a (3121)(3-\frac{1}{21})-approximation algorithm for 2-HWP on arbitrary graphs. For the tree, we define a restricted version of the problem and present an optimal algorithm for arbitrary values of kk. Finally, we formalize the problem for kk-uniform hypergraphs and present a 2(1+lnk)2(1+\ln k)-approximation algorithm. This result is also adapted to design an approximation algorithm for kk-HWP on general graphs when k=O(1)k = O(1).

Keywords

Cite

@article{arxiv.2508.18683,
  title  = {Graph Traversal via Connected Mobile Agents},
  author = {Saswata Jana and Giuseppe F. Italiano and Partha Sarathi Mandal},
  journal= {arXiv preprint arXiv:2508.18683},
  year   = {2025}
}
R2 v1 2026-07-01T05:05:49.626Z