Zero-Memory Graph Exploration with Unknown Inports
Hans-Joachim B\"ockenhauer, Fabian Frei, Walter Unger, David, Wehner

TL;DR
This paper investigates the minimal number of vertex colors needed for a memoryless agent to explore all graphs, revealing tight bounds for various graph classes and demonstrating the power of recoloring with a small number of colors.
Contribution
It establishes tight bounds on the number of colors required for graph exploration by a memoryless agent and shows how recoloring significantly reduces this requirement.
Findings
n-1 colors are necessary and sufficient for general graph exploration
3 colors suffice for exploring trees
Recoloring reduces the number of colors needed to 7 for all graphs
Abstract
We study a very restrictive graph exploration problem. In our model, an agent without persistent memory is placed on a vertex of a graph and only sees the adjacent vertices. The goal is to visit every vertex of the graph, return to the start vertex, and terminate. The agent does not know through which edge it entered a vertex. The agent may color the current vertex and can see the colors of the neighboring vertices in an arbitrary order. The agent may not recolor a vertex. We investigate the number of colors necessary and sufficient to explore all graphs. We prove that n-1 colors are necessary and sufficient for exploration in general, 3 colors are necessary and sufficient if only trees are to be explored, and min(2k-3,n-1) colors are necessary and min(2k-1,n-1) colors are sufficient on graphs of size n and circumference , where the circumference is the length of a longest cycle.…
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 · Advanced Graph Theory Research
