Returns the length of the longest common prefix of the Ith
smallest suffix and the i-1st smallest suffix.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxParameters
- i
- Type: SystemInt32
an integer between 1 and N-1
Return Value
Type:
Int32the length of the longest common prefix of the
Ith
Exceptions
See Also