Skip to content

A-Star Algorithm Included #1350

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

Conversation

oldMarcosVillacanas
Copy link
Contributor

A-Star is one of the most popular graph path-search algorithms.
Due to the fact that it uses a heuristic function to decide between the available paths, it is considered to be a smart algorithm.
I have included an example with the graph drawn, the output formatted, and comments to explain the code.

I hope you accept me, let me know if I have to change anything :)

@AnupKumarPanwar AnupKumarPanwar merged commit a63cb70 into TheAlgorithms:master Jul 16, 2020
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

Successfully merging this pull request may close these issues.

4 participants