1
9.8kviews
Explain different string matching algorithms.
1 Answer
1
126views

The native method:

i. It is the simplest method which uses brute force approach.

ii. It is a straight forward approach of solving the problem.

iii. The algorithm performs a checking at all positions in the text and check whether an occurrence of the pattern starts there or not.

iv. …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.