samedi 22 août 2015

Partial String matching in two large strings

I am looking for an efficient algorithm to find out all partial matches in 2 large strings. For example, string 1: "Thisismyfirststring" string 2: "searchismyfirtestring"

This should return "his", "hisismyfir", "string", etc.

Is this possible?

Regards..

Aucun commentaire:

Enregistrer un commentaire