Skip to content

samuelyeungkc/AStarSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AStarSearch

Written in Python, the script implemented AStar search on graphs. Sample graphs are provided : t_map and my_map. Sample output are generated according to the t_map. Astar search depends on a heuristic function. In the script, there are both heuristic and non-heuristic function. The inclusion of non-heuristic function is to provide a comparison. Using a heuristic fucntion, the shortest path generated are guaranteed to be optimal. A non-heuristic function would not provide the optimal solution.

More about astar

To read more about astar : https://en.wikipedia.org/wiki/A*_search_algorithm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages