String matching algorithms

Home > Engineering and Technology > Computer Engineering > Data Structures and Algorithms > String matching algorithms

Algorithms used to find a specific pattern within a string of text, such as the Knuth-Morris-Pratt algorithm or the Boyer-Moore algorithm.