diff --git a/search/string/boyer-moore/ref/ref.txt b/search/string/boyer-moore/ref/ref.txt new file mode 100644 index 0000000000..e42262c988 --- /dev/null +++ b/search/string/boyer-moore/ref/ref.txt @@ -0,0 +1,5 @@ +[Boyer-Moore] +http://www.cs.utexas.edu/~moore/best-ideas/string-searching/index.html + +[Example] +http://www.cs.utexas.edu/~moore/best-ideas/string-searching/fstrpos-example.html \ No newline at end of file