How can you program a robot to find his way out of a 2D maze WITHOUT using a memory? the maze has only horizantal and vertical walls and the lengths are in integer units (as in a wall can't be 2.34522345784 meters long, it can be 1m, 2m, 3m...etc)
The robot cannot record anything or modify anything or leave anything behind, though going back over paths you crossed is permitted...
Question
Guest
How can you program a robot to find his way out of a 2D maze WITHOUT using a memory? the maze has only horizantal and vertical walls and the lengths are in integer units (as in a wall can't be 2.34522345784 meters long, it can be 1m, 2m, 3m...etc)
The robot cannot record anything or modify anything or leave anything behind, though going back over paths you crossed is permitted...
Edited by Anza PowerLink to comment
Share on other sites
39 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.