Skip to content

Add A* Searching Algorithm #11732

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

Closed
UdaySharmaGitHub opened this issue Oct 4, 2024 · 1 comment
Closed

Add A* Searching Algorithm #11732

UdaySharmaGitHub opened this issue Oct 4, 2024 · 1 comment
Labels
enhancement This PR modified some existing files

Comments

@UdaySharmaGitHub
Copy link

Feature description

  • Adding A* Searching Algorithm which much faster and more efficient than the other algorithms Graph Searching Algorithms.
  • Assign me this issue under Hacktoberfest and Hacktoberfest2024.
@tianyizheng02
Copy link
Contributor

  1. We already have multiple implementations of A* in our repo: https://github.com/search?q=repo%3ATheAlgorithms%2FPython%20a_star&type=code

    If you wish to contribute an algorithm to our repo, kindly do some due diligence first and check the codebase to make sure that your algorithm hasn't already been implemented.

  2. We do not assign issues in this repo. This is made clear in our contributing guidelines (read if you haven't already):

    If you are interested in resolving an open issue, simply make a pull request with your proposed fix. We do not assign issues in this repo so please do not ask for permission to work on an issue.

    Do not create an issue to contribute an algorithm. Please submit a pull request instead.

@tianyizheng02 tianyizheng02 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This PR modified some existing files
Projects
None yet
2 participants