From d0a76158dba66e40d1b97ad8adfcbeaabf4fe78d Mon Sep 17 00:00:00 2001 From: rkaneko Date: Wed, 25 Nov 2020 15:47:29 +0900 Subject: [PATCH] misc: Update readme to add references --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e23929b..8d39385 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,7 @@ $ pipenv install --dev ```bash $ pipenv run unittest ``` + +### References + +- [Boyer-Moore string-search algorithm](https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string-search_algorithm)