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.

jeremyforan
Node
since ‎06-27-2019
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a graph database representing a subway system. I am interested in finding all simple paths (paths that do not visit the same station twice) possible from one station to another. Due to the complexity of the train network, there may be thousa...
I have been looking at graph databases as a means of solving some pathfinding problems. Until recently I have been able to solve these problems in small implementations like NetworkX. As the scale of the problem is growing, I need a more powerful so...