Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
SuffixArray Class
SuffixArray Methods
Index Method
Lcp Method
MainTest Method
Rank Method
Select Method
SuffixArray
Select Method
Returns the
i
th smallest suffix as a string.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
string
Select
(
int
i
)
Parameters
i
Type:
System
Int32
the index
Return Value
Type:
String
the
I
smallest suffix as a string
Exceptions
Exception
Condition
IndexOutOfRangeException
unless 0 <=
i
<
N
See Also
Reference
SuffixArray Class
Algs4Net Namespace