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