DigraphGeneratorComplete Method |
Returns the complete digraph on V vertices.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Digraph Complete(
int V
)
Parameters
- V
- Type: SystemInt32
the number of vertices
Return Value
Type:
Digraphthe complete digraph on
V vertices
See Also