in reply to Boyer Moore algorithm

I've no doubt a friendly Nigerian Prince will fulfill the OP request in a short while.

As far as string matching goes, I'd recommend the following: Exact String Matching Algorithms. Clear and concise description of the algorithms, their features, and implementation in C. Covers KP, MP, KMP, BM, Turbo-BM, Horspool, and many others.

List of Thierry Lecroq publications for more on the same topic.