2011/8/25 Jim Webber <[email protected]>

> 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
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>



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

Reply via email to