The Graph Exploration Problem with Advice
Hans-Joachim B\"ockenhauer, Janosch Fuchs, Walter Unger

TL;DR
This paper investigates the graph exploration problem with limited prior knowledge, proposing algorithms that reduce advice complexity, especially for sparse graphs, to improve exploration efficiency.
Contribution
It introduces new algorithms with advice complexity of O(m+n), enhancing previous bounds for sparse graphs in the graph exploration problem.
Findings
Algorithms with advice complexity of O(m+n) for exploration
Improved bounds for sparse graph exploration
Analysis of different graph models and knowledge scenarios
Abstract
Moving an autonomous agent through an unknown environment is one of the crucial problems for robotics and network analysis. Therefore, it received a lot of attention in the last decades and was analyzed in many different settings. The graph exploration problem is a theoretical and abstract model, where an algorithm has to decide how the agent, also called explorer, moves through a network such that every point of interest is visited at least once. For its decisions, the knowledge of the algorithm is limited by the perception of the explorer. There are different models regarding the perception of the explorer. We look at the fixed graph scenario proposed by Kalyanasundaram and Pruhs (Proc. of ICALP, 1993), where the explorer starts at a vertex of the network and sees all reachable vertices, their unique names and their distance from the current position. Therefore, the algorithm…
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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Machine Learning and Algorithms
