String matching algorithms

Home > Computer Science > Algorithms and data structures > String algorithms > String matching algorithms

These algorithms are used for searching and finding a particular pattern within a given string. Some popular string matching algorithms are the Rabin-Karp algorithm, Knuth-Morris-Pratt algorithm, and Boyer-Moore algorithm.