neo4j-contrib / neo4j-graph-algorithms

Efficient Graph Algorithms for Neo4j
https://github.com/neo4j/graph-data-science/
GNU General Public License v3.0
770 stars 194 forks source link

Docs: Shortest Path and Single Source Shortest Path refer to the same algorithm #892

Closed Mona144 closed 5 years ago

Mona144 commented 5 years ago

I noticed that at one point in the docs both Shortest Path and Single Source Shortest Path refer to the same algorithm

Shortest Path (algo.shortestPath)
Single Source Shortest Path (algo.shortestPath)

I also noticed that this is not the case here, which I assume is correct

Shortest Path (algo.shortestPath)
Single Source Shortest Path (algo.shortestPath.deltastepping)
jjaderberg commented 5 years ago

Thanks @Mona144 this is fixed, and the updated docs will be published soon.