2011/8/25 Jim Webber <j...@neotechnology.com>

> Hi Piotr,
>
> Neo4j is an open source product. This means you're quite welcome to read
> the source of the algorithm and see how it works directly.
>
> The implementation for all of our shortest path algorithms can be found
> here:
>
>
> https://github.com/neo4j/community/tree/master/graph-algo/src/main/java/org/neo4j/graphalgo/impl/shortestpath
>

Our shortest path algorithm currently used by default is really here:
https://github.com/neo4j/community/blob/master/graph-algo/src/main/java/org/neo4j/graphalgo/impl/path/ShortestPath.java

>
> Enjoy!
>
> Jim
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to