Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add heuristic to maze example #165

Closed
PaulJackson123 opened this issue Dec 29, 2015 · 1 comment
Closed

Add heuristic to maze example #165

PaulJackson123 opened this issue Dec 29, 2015 · 1 comment

Comments

@PaulJackson123
Copy link
Contributor

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.

@gonzalezsieira
Copy link
Contributor

This is fixed in 5825945. Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants