Skip to content

Commit b8fb4ef

Browse files
committed
add "Fast String Searching"
1 parent 905db55 commit b8fb4ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stringology/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
also a survey paper that is more than the sum of its citations,
99
clarifying the presentation of all the algorithms with a
1010
unifying framework.
11+
12+
* [Fast String Searching](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.13.9460&rep=rep1&type=pdf)
13+
- This paper describes techniques to improve the performance of the [Boyer–Moore string search algorithm](https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string_search_algorithm).

0 commit comments

Comments
 (0)