项目作者: 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
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

Using Greedy Best First Search

Using A-star
