SymbolDigraphIndex Method |
Returns the integer associated with the vertex named s.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Index(
string s
)
Parameters
- s
- Type: SystemString
the name of a vertex
Return Value
Type:
Int32the integer (between 0 and
V - 1) associated with the vertex named
s
See Also