Our problem:
Given a one start point (node) or more (nodes) we want to create a directed tree (hierarchical) graph in Neo4j
. We have the restriction that all directions are always one-way. Further we know what nodes are connected, but we don't know the end nodes.
We are looking for an algorithm which can find inside graph in a way that given the start point all end points can be reached.