项目作者: dbadaya1

项目描述 :
Comparison of different graph traversals algorithms like bfs, dfs, A-star, greedy best first search etc. by solving mazes of different dimensions using C++
高级语言: C++
项目地址: git://github.com/dbadaya1/MazeSolver.git
创建时间: 2017-03-17T13:36:57Z
项目社区:https://github.com/dbadaya1/MazeSolver

开源协议:

下载


MazeSolver

Project to understand and compare different graph traversals algorithms like bfs, dfs, A-star, greedy best first search etc. by solving mazes of different dimensions using C++.

2000x2000 Maze

Using DFS
alt tag

Using Greedy Best First Search
alt tag

Using A-star
alt tag