[youtube=425,350]jjDKgY7Cnsc[/youtube]
Does anyone know a simple algorithm to traverse a simple maze (which has no loops and has only one way out)....
As far as my high school C++ knowledge goes, I have to use the depth first search algorithm, just like traversing a tree.
How can I make the robot 'remember' the solution without using pointers?
By the way, my controller is pic16F877A, which has very limited RAM