Boyer Moore Algorithm Implementation

boyer-moorecstring-matching

Is there a working example of the Boyer-Moore string search algorithm in C?
I've looked at a few sites, but they seem pretty buggy, including wikipedia.

Thanks.

Best Answer

The best site for substring search algorithms:

http://igm.univ-mlv.fr/~lecroq/string/

Related Topic