Miguel
Miguel

Reputation: 3506

Knuth-Morris-Pratt with Fuzzy String Matching

Does anyone know or have any idea if the KMP algorithm for substring searching can be modified to find not exact matches but approximate ones?

Upvotes: 0

Views: 1259

Answers (1)

Francois G
Francois G

Reputation: 11985

Have a look at the Bitap algorithm.

Upvotes: 1

Related Questions