Skip to content

Commit

Permalink
Added Boyer-Moore string matching algorithm reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinyu95 committed Aug 6, 2011
1 parent 5b676b7 commit 97c6be5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions search/string/boyer-moore/ref/ref.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 97c6be5

Please sign in to comment.