Re: hi,
- From: "Trap D" <joel.foutelet@xxxxxxx>
- Date: 28 Aug 2006 14:33:36 -0700
Trap D wrote:
kiran007.r@xxxxxxxxxxxxxx wrote:Well, I think you know that, can you give what you have written ?
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.
.
- References: