From 4ffec2d6bf0a124eed967afdf7d28aba39e35aab Mon Sep 17 00:00:00 2001 From: bruised_samurai <20334754+bruisedsamurai@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:32:52 +0530 Subject: [PATCH] Fix broken url of Fast String Searching (#712) Fixes #711 --- pattern_stringology/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pattern_stringology/README.md b/pattern_stringology/README.md index 098bcff..2bbf5ea 100644 --- a/pattern_stringology/README.md +++ b/pattern_stringology/README.md @@ -17,5 +17,5 @@ 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) +* [Fast String Searching](https://web.archive.org/web/20220912024717/https://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).