Module steap_by_steap::substringsearch
source · Functions§
- Implements the Boyer-Moore string search algorithm.
- Perform brute force substring search.
- Returns a vector of indices where the pattern matches in the text using KMP algorithm.
- Rabin-Karp algorithm for substring search.