Computing Tree Structures in Anonymous Graphs via Mobile Agents
Prabhat Kumar Chand, Manish Kumar, Anisur Rahaman Molla

TL;DR
This paper presents efficient algorithms for constructing BFS and MST trees in anonymous, agent-based networks, achieving near-linear time and minimal memory usage without prior graph knowledge.
Contribution
It introduces deterministic algorithms for BFS and MST construction in anonymous graphs with mobile agents, improving time and memory efficiency over prior methods.
Findings
Constructs BFS in $O( ext{min}(D riangle, m ext{log} n) + n ext{log} n + riangle ext{log}^2 n)$ rounds.
Elects a leader and constructs MST in $O(n ext{log} n + riangle ext{log}^2 n)$ rounds.
Uses $O( ext{log} n)$ bits per agent, significantly reducing memory requirements.
Abstract
Minimum Spanning Tree (MST) and Breadth-First Search (BFS) tree constructions are classical problems in distributed computing, traditionally studied in the message-passing model, where static nodes communicate via messages. This paper investigates MST and BFS tree construction in an agent-based network, where mobile agents explore a graph and compute. Each node hosts one agent, and communication occurs when agents meet at a node. We consider agents initially dispersed (one per node) in an anonymous, arbitrary -node, -edge graph . The goal is to construct the BFS and MST trees from this configuration such that each tree edge is known to at least one of its endpoints, while minimizing time and memory per agent. We work in a synchronous model and assume agents have no prior knowledge of any graph parameters such as , , , (graph diameter and maximum degree).…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Optimization and Search Problems · Internet Traffic Analysis and Secure E-voting
