SuffixArrayXSelect Method |
Returns the Ith smallest suffix as a string.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Select(
int i
)
Parameters
- i
- Type: SystemInt32
the index
Return Value
Type:
Stringthe
i smallest suffix as a string
Exceptions
See Also