Re: hi,
- From: "Trap D" <joel.foutelet@xxxxxxx>
- Date: 28 Aug 2006 14:18:44 -0700
kiran007.r@xxxxxxxxxxxxxx wrote:
can you jest tell me how to perform search in maze, not programming.When you are in a cell (Y,X), you must explore the four cells (Y-1,X),
Explanation in terms of program so that i can understand it, and do
program inmy own way.
(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.
.
- Follow-Ups:
- Re: hi,
- From: Trap D
- Re: hi,
- References: