Re: hi,



kiran007.r@xxxxxxxxxxxxxx wrote:
can you jest tell me how to perform search in maze, not programming.
Explanation in terms of program so that i can understand it, and do
program inmy own way.
When you are in a cell (Y,X), you must explore the four cells (Y-1,X),
(Y, X-1), (Y+1, X) and (Y, X+1) and test if they exist and are not
occupied. If one isn't, you occupy it by unify it with the move count,
and you carry on.
Sorry for my poor English.

.