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.

Augustin
Node
since ‎10-04-2022
‎11-28-2022

User Statistics

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

User Activity

Hi, I am currently using the following query to count the number of shortest paths between 2 nodes :  MATCH s = allShortestPaths((a:Node{name:"A"})-[:REL*]-(b:Node{name:"E"}))RETURN count(s) But I have no idea what algorithm is running in the backgro...
Hi all, My question is very simple : Is there anyway to obtain the node depths from the results produced by BFS/DFS algorithms. I appears that these algos only produce the path they used to visit the graph. Thank you in advanvce Best, Augustin
Kudos given to