-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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* algorithm? #12
Comments
Hi @marcofugaro Thank you for suggestion! Yes let's have it as an issue here and I will treat it as item from requested algorithms queue. I've created a label for that. So once I'll have a chance I'll implement it (or may be any other developer will volunteer) |
Hello @trekhleb I willing to contribute the project, so I would like to take this problem. As a newcomer I don't know how much time I have to complete the task so I will like to know. Thank you. |
@dani4453 great! It would be nice to have your contribution! |
I have a A* algorithm in my https://github.com/amatiasq/pathfinding repo, but I'm not an expert. I can clean it up for this. |
Hi. I'm on my phone so I can't do a pull request, but I recently implemented A*, feel free to copy it... https://github.com/thwee-alchemist/A_Star |
What about the pathfinding algorithms and also optimised data structures from: https://github.com/anvaka/ngraph.path ? It seemed really interesting project to me, both from algorithms for pathfinding and also modified data structures for performance in JS. @anvaka what are your thoughts? |
Hello @trekhleb I want to contribute to this repo. I have implemented few path finding algorithms like dijkstra algorithm,A* and etc. |
@trekhleb I can provide my implementation of IDA* (assume the answer to the following question is be "No")
@Martin-Pitt Look nice! Does it include IDA*? So I don't need to implement it again, lol. by a random person who was fascinated by iterative deepening A* path finding algo.(100+hours spent) |
I would like to work on this, can you please clear the following:
Thanks |
Hey! This repo is awesome! Nice job!
While I was reading through the algorithms, I found weird that the A* algorithm was missing, which is one of the few I know.
I'm just gonna leave this as a suggestion, sorry if I can't do a pull request!
The text was updated successfully, but these errors were encountered: