Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop
Title: Maze Download
 Description: In the maze problem, the first problem we need to solve is the assignment given to us by the teacher, which is whether we can find an uninterrupted passage from the beginning to the end of the maze. Then our basic idea is to define an array maze[1000][1000] that will not be able to go where the wall is marked 0 and can go where it is marked as 1. Then we set a go order, first go to the right, if not to walk on the right, not left, finally down, if to a grid, the grid in four directions was dead, that is the way of failure.
 Downloaders recently: [More information of uploader 林子祥 ]
 To Search:
File list (Check if you may need any files):
Maze\Maze (executable).c
Maze
Maze\Maze (executable).exe
Maze\Maze (Sublime).c

CodeBus www.codebus.net