0
2.2kviews
The Rabin Kapp Algorithm
1 Answer
0
52views

Rabin and Karp proposed a string matching algorithm that performs well in practice and that also generalizes to other algorithms for related problems, such as two-dimensional pattern matching.

  • The Rabin-Karp string matching algorithm calculates a hash value for the pattern, as well as for each M-character subsequence of given text …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.