Click or drag to resize
DirectedDFS Constructor
Overload List
  NameDescription
Public methodDirectedDFS(Digraph, IEnumerableInt32)
Computes the vertices in digraph G that are connected to any of the source vertices sources.
Public methodDirectedDFS(Digraph, Int32)
Computes the vertices in digraph G that are reachable from the source vertex s.
Top
See Also