common problems

In computer science, a longest common substring of two or more strings is a longest string that is a substring of all of them. There may be more than one longest common substring. Applications include data deduplication and plagiarism detection.
Unlike the longest common subsequence problem, which finds insertions or deletions within the common text, the longest common substring problem seeks a contiguous substring shared by both texts.

View More On Wikipedia.org
  • 1

    alogo

    Novice Member From Greece
    • Messages
      2
    • Reaction score
      1
    • Points
      2
  • Back
    Top Bottom