From 0e46d3e164e65947ec5d796b3d140bb11b4fc157 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Tue, 24 Apr 2018 22:51:45 +0300 Subject: [PATCH] Add Rabin. --- src/algorithms/string/rabin-karp/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/algorithms/string/rabin-karp/README.md b/src/algorithms/string/rabin-karp/README.md index 40d29a55..800ec5b8 100644 --- a/src/algorithms/string/rabin-karp/README.md +++ b/src/algorithms/string/rabin-karp/README.md @@ -21,4 +21,5 @@ strings, single-string searching algorithms are impractical. ## References -[Wikipedia](https://en.wikipedia.org/wiki/Rabin%E2%80%93Karp_algorithm) +- [Wikipedia](https://en.wikipedia.org/wiki/Rabin%E2%80%93Karp_algorithm) +- [YouTube](https://www.youtube.com/watch?v=H4VrKHVG5qI)