DirectedDFS Constructor |
Name | Description | |
---|---|---|
![]() | DirectedDFS(Digraph, IEnumerableInt32) |
Computes the vertices in digraph G that are
connected to any of the source vertices sources. |
![]() | DirectedDFS(Digraph, Int32) |
Computes the vertices in digraph G that are
reachable from the source vertex s. |