pub fn BoyerMooreSearch(text: &str, pattern: &str) -> Option<usize>
Expand description

Implements the Boyer-Moore string search algorithm.