MCPcopy Create free account
hub / github.com/aistrate/AlgorithmsSedgewick / BoyerMoore

Class BoyerMoore

5-Strings/5-3-SubstringSearch/BoyerMoore.java:32–131  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected