| LongestRepeatedSubstring Class |
Namespace: Algs4Net
public class LongestRepeatedSubstring
The LongestRepeatedSubstring type exposes the following members.
| Name | Description | |
|---|---|---|
| Lrs |
Returns the longest repeated substring of the specified string. | |
| MainTest |
Demo test the Lrs() client. |
For additional documentation, see Section 6.3 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
This class is a C# port from the original Java class LongestRepeatedSubstring implementation by the respective authors.