From 1c34ce17f55dc10b2b0620f531bcb12456abfeed Mon Sep 17 00:00:00 2001 From: halfcrazy Date: Wed, 6 Sep 2017 21:04:33 +0800 Subject: [PATCH] Add string match algorithm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3e99e7..6c66c1c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ But knowing the stuff will help you become better! :muscle:* - [Homoglyphs](https://github.com/codebox/homoglyph/) - [Unicode Common Locale Data Repository](http://cldr.unicode.org/) - [Falsehoods Programmers Believe About Names](http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/) +- [EXACT STRING MATCHING ALGORITHMS](http://www-igm.univ-mlv.fr/~lecroq/string/index.html) ### Latency - [Interactive Latency Infographics](https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html)