From b8fb4ef1ecde9c9349510fe56d1b9bffd99dd017 Mon Sep 17 00:00:00 2001 From: Kevin Mulvey Date: Thu, 5 Mar 2015 21:18:22 -0500 Subject: [PATCH] add "Fast String Searching" --- stringology/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stringology/README.md b/stringology/README.md index d65903a..b617ad0 100644 --- a/stringology/README.md +++ b/stringology/README.md @@ -8,3 +8,6 @@ also a survey paper that is more than the sum of its citations, clarifying the presentation of all the algorithms with a unifying framework. + +* [Fast String Searching](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.13.9460&rep=rep1&type=pdf) + - 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).