MCPcopy Create free account
hub / github.com/congo-cc/congo-parser-generator / DepthFirstSearch

Method DepthFirstSearch

examples/csharp/testfiles/Graph.cs:257–258  ·  view source on GitHub ↗

A more advanced Depth First Search traversal. The vertex to start the search at Action to perform when a vertex is first encountered. Action to perform when all edges out of a vertex has been handles. Action to perform as an edge is traversed. <param

(V start, Action<V> beforevertex, Action<V> aftervertex,
            Action<Edge<V, E>> onfollow, Action<Edge<V, E>> onfollowed, Action<Edge<V, E>> onnotfollowed)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testDFSMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected