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

A_STAR algorithem Implementation #582

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nagajaideep
Copy link
Contributor

References to other Issues or PRs or Relevant literature

Fixes #486

Brief description of what is fixed or changed

Added A* pathfinding algorithm implementation (_a_star_adjacency_list). This Algorithm uses the Manhattan distance heuristic for coordinate-based nodes and Returns shortest path distance and predecessor dictionary like other pathfinding algorithms

Other comments

used the below to pull requests
https://github.com/codezonediitj/pydatastructs/pull/283/files
https://github.com/codezonediitj/pydatastructs/pull/301/files

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.

A* Algorithm
1 participant