Description: Maze solving generally use the " exhaustive" one by one to find adjacent blocks in a clockwise direction (a total of four- East (right), South (down), West (left), North (on)) whether to pass, that the both channel blocks adjacent blocks, and not in the current path. Use a stack to record the path traversed stack is limited only in the tail (top) to insert or delete a linear form.
To Search:
File list (Check if you may need any files):
maze
....\Debug
....\.....\maze.exe
....\.....\maze.ilk
....\.....\maze.obj
....\.....\maze.pch
....\.....\maze.pdb
....\.....\vc60.idb
....\.....\vc60.pdb
....\maze.cpp
....\maze.dsp
....\maze.dsw
....\maze.ncb
....\maze.opt
....\maze.plg