-
Notifications
You must be signed in to change notification settings - Fork 2
ADDITION: A* #9
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Graphlib needs to compete with the BGL, so A* is the next logical thing to add along with Bellman-Ford and undirectional graphs.
A* Allows users to enter a heuristic and find the shortest (or very close to shortest) path to the target.