in reply to longest common substring (with needed tweaks)

R56,
Re: longest common substring

It references a thread I wrote back in 2006 (Longest Common Subsequence ). Substrings and subsequences aren't the same thing though I did solve for both. I just found it odd that there wasn't an off-the-shelf solution that handled more than 2 strings. There may be now - I haven't looked in years.

Cheers - L~R

  • Comment on Re: longest common substring (with needed tweaks)