Returns the name of the vertex associated with the integer v.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Name(
int v
)
Parameters
- v
- Type: SystemInt32
the integer corresponding to a vertex (between 0 and V - 1)
Return Value
Type:
Stringthe name of the vertex associated with the integer
v
See Also