##Boyer-Moore algorithm
Here is very good example of it http://www-igm.univ-mlv.fr/~lecroq/string/examples/exp14.html
##Building
git clone https://github.com/sickevilfuck/searchalgorithm.git --recursive
cd searchalgorithm
mkdir build
cd build
cmake ..
make