Back

subgraph-reachable-from (clj)

(source)

function

(subgraph-reachable-from g start)
Returns a subgraph of the given graph which contains all nodes and edges that can be reached from the given start node.

Examples