项目作者: arunumd

项目描述 :
This project is related to finding a valid path between start node 'S' and a goal node 'G' in a 2D array using C++11. The algorithm is based on multiple recursions to identify a valid path. If after exploitation of all recursive calls the algorithm doesn't find a path, then the algorithm returns the initial state of the maze. Otherwise it returns a valid path in the maze.
高级语言: C++
项目地址: git://github.com/arunumd/2D_Maze_Solver_Recursive_Algorithm.git
创建时间: 2019-03-25T02:56:33Z
项目社区:https://github.com/arunumd/2D_Maze_Solver_Recursive_Algorithm

开源协议:MIT License

下载