cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

John8
Node
since ‎03-18-2022
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Is it possible to use the Bellman Ford algorithm to calculate the shortest path? I looked into the shortest path algorithms and saw that Bellman Ford supports negative distances, which is what I would like to use. I guess Neo4j uses Dijkstra's as def...