javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

A* algorithm?

Open marcofugaro opened this issue 7 years ago • 9 comments

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!

marcofugaro avatar May 24 '18 08:05 marcofugaro

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)

trekhleb avatar May 24 '18 13:05 trekhleb

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 avatar May 24 '18 22:05 dani4453

@dani4453 great! It would be nice to have your contribution!

trekhleb avatar May 25 '18 03:05 trekhleb

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.

amatiasq avatar May 26 '18 09:05 amatiasq

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

thwee-alchemist avatar Jun 03 '18 00:06 thwee-alchemist

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?

Martin-Pitt avatar Jun 05 '18 12:06 Martin-Pitt

Hello @trekhleb

I want to contribute to this repo. I have implemented few path finding algorithms like dijkstra algorithm,A* and etc. but i have noticed so much activity that's why asking before creating pull request.

shubham2704 avatar Jul 18 '20 15:07 shubham2704

@trekhleb I can provide my implementation of IDA* (assume the answer to the following question is be "No")

What about the pathfinding algorithms and also optimised data structures from: https://github.com/anvaka/ngraph.path ?

@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)

nyngwang avatar Feb 20 '22 12:02 nyngwang