Skip to content

jowect/A-Star-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A-Star-Algorithm

This algorithm bases on the Dijkstra approach and adds an heuristic to find the best route from a starting point to a goal. It leads to a optimal solution, depending on the given heuristic. In this code we use the Euclidian distance as h-function.

About

Dynamic Programming - Route Planning Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages