Content
this package create a maze in world via text file as input then you can apply 5 algorithms to search for target .
Also you can write your own map and use this algorithms to debuge and compare between "Time of each algorithm , total percentages of visited node ,...."1- A* "euclidean distance "2- breadth first search3- depth first search4- A* "Manhattan distance"5- Dijkstra
Advantages 1- Very easy to Use "Just You need to write the maze in text file "2- light in run time and fast3- suitable for mobile and ios4-search on multi target "Like pacman game"5-Print Total time for each algorithm 6-Print percentages of visited nodes by each algorithm .
Disadvantages
1-huge maps need to Extra Memory