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

Add the A* algo to path finding #1

Open
GoogleCodeExporter opened this issue Mar 15, 2016 · 4 comments
Open

Add the A* algo to path finding #1

GoogleCodeExporter opened this issue Mar 15, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

you might want to add the A* algo to the book on least cost path finding, 
especially i geo-scenarios, http://en.wikipedia.org/wiki/A*.

Dijkstra is a special case of A* so it should fit well ...

/peter

Original issue reported on code.google.com by neubauer...@gmail.com on 19 Mar 2010 at 1:17

@GoogleCodeExporter
Copy link
Author

Original comment by nguyenminh2@gmail.com on 19 Mar 2010 at 1:50

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Btw, would you be interested in having www.neo4j.org providing running test 
cases for 
some of these algos? We are doing that anyway as part of the graph algo package 
with 
benchmarking, http://components.neo4j.org/neo4j-graph-algo/

Cheers

/peter

Original comment by neubauer...@gmail.com on 20 Mar 2010 at 3:45

@GoogleCodeExporter
Copy link
Author

neubauer.peter:
> Btw, would you be interested in having www.neo4j.org providing running test
> cases for some of these algos?

That sounds interesting. But I have to admit that I don't know how to go about 
doing
that.

Original comment by nguyenminh2@gmail.com on 21 Mar 2010 at 4:00

@GoogleCodeExporter
Copy link
Author

Well, we could maybe have a GIThub repo, or an exmples section here, that 
contains 
example code in Neo4j dealing with some algos so people can see load example 
datasets and play around with them?

Original comment by neubauer...@gmail.com on 26 May 2010 at 9:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant