A simplified version of Boyer-Moore that uses a single shift table to skip through the text efficiently.
Explain code with DocComment! Try out your own code!