Maze-Modified Flood fill Algorithm
Does any one have any examples of how to implement this algorithm to solve a maze?· its my understanding that you have to assign distance values to reach the center of maze.· Keep track of walls encountered and update an array with the distance values.·
Comments
Here's a link to a relevant "project of the week" from a few weeks ago.
http://forums.parallax.com/forums/default.aspx?f=6&m=341331
If you want to learn more about the flood algorithms (I think that's what your asking for) check here:
http://www.societyofrobots.com/member_tutorials/node/94
Is this for implementation on a propeller or stamp?
Let us know how it goes.
James Ronald