Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
Digraph Class
Digraph Constructor
Digraph Constructor (Int32)
Digraph Constructor (Digraph)
Digraph Constructor (TextInput)
Digraph Constructor (Int32)
Initializes an empty digraph with
V
vertices.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
Digraph
(
int
V
)
Parameters
V
Type:
System
Int32
the number of vertices
Exceptions
Exception
Condition
ArgumentException
if V < 0
See Also
Reference
Digraph Class
Digraph Overload
Algs4Net Namespace