string_algorithms/boyer_moore_search library

Functions

boyerMooreSearch(String text, String pattern) int
Boyer-Moore String Search: Returns the index of the first occurrence of pattern in text, or -1 if not found.