Viewing 3 posts - 1 through 4 (of 4 total)
Here is a link to a C# algorithm (source and explaination) for determining a Longest Common Substring.
http://www.codeproject.com/cs/algorithms/lcs.asp
November 7, 2007 at 2:59 pm
#749236
The Longest common substring is exactly what I am looking for.
Look as if I am not the first in need of such a function.
Thanks to all for your help
November 7, 2007 at 9:08 am
#749141
My two tables contain thousands of announcements and I need to run a query/procedure that will match entries on the Date fields between the two tables and then compare announcemenet...
November 7, 2007 at 8:53 am
#749134