Compilation: javac BoyerMoore.java Execution: java BoyerMoore pattern text Reads in two strings, the pattern and the input text, and searches for the pattern in the input text using the bad-character rule part of the Boyer-Moore algorithm. (does not implement the strong good suffix rule)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected