Click or drag to resize
LongestCommonSubstring Methods

The LongestCommonSubstring type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLcs
Returns the longest common string of the two specified strings.
Public methodStatic memberMainTest
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.
Top
See Also