Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
DirectedDFS Class
DirectedDFS Constructor
DirectedDFS Constructor (Digraph, IEnumerable(Int32))
DirectedDFS Constructor (Digraph, Int32)
DirectedDFS Constructor (Digraph, IEnumerable
Int32
)
Computes the vertices in digraph
G
that are connected to any of the source vertices
sources
.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
DirectedDFS
(
Digraph
G
,
IEnumerable
<
int
>
sources
)
Parameters
G
Type:
Algs4Net
Digraph
the graph
sources
Type:
System.Collections.Generic
IEnumerable
Int32
sources the source vertices
See Also
Reference
DirectedDFS Class
DirectedDFS Overload
Algs4Net Namespace