Substring search algorithms

Home > Computer Science > Algorithms and data structures > String algorithms > Substring search algorithms

Substring search algorithms are used to locate the occurrence of a substring within a given string. Common examples include brute-force searching, Boyer-Moore, Knuth-Morris-Pratt algorithms.