For example, I have an input text file like a labyrinth
I use the array[x][y] to storge each charater in the labyrinth
When i start at the top left hand corner, i need to go out to the
exit at the bottom right hand.
There are two paths as indicated as red and green.
My problem is that how can i stored the corrdinations of the
two paths by using array?
I mean i need to output the corrdinations of the feasible paths
from the start to the point to the end.
Thanks everyone!!
XXXXXXX
TTTTTTTX
XXXTXXTX
XXXTTTTT