LongestCommonSubstring Methods |
The LongestCommonSubstring type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Lcs |
Returns the longest common string of the two specified strings.
|
![]() ![]() | MainTest |
Demo test the Lcs() client.
Reads in two strings from files specified as command-line arguments;
computes the longest common substring; and prints the results to
standard output. |