You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very minor suggestion to add a heuristic to the maze example. It uses A* algorithm but without a heuristic it is equivalent to Dijkstra's algorithm.
I'm doing this as a learning exercise. I plan to submit a pull request. I'm new to Git, so apologies if I don't adhere to a best practice.
The text was updated successfully, but these errors were encountered:
This is a very minor suggestion to add a heuristic to the maze example. It uses A* algorithm but without a heuristic it is equivalent to Dijkstra's algorithm.
I'm doing this as a learning exercise. I plan to submit a pull request. I'm new to Git, so apologies if I don't adhere to a best practice.
The text was updated successfully, but these errors were encountered: