Fuzzy Substring Matching: On-Device Fuzzy Friend Search at Snapchat (arxiv.org) 44 points by PaulHoule 3y ago ↗ HN
[–] bugfix-66 3y ago ↗ There's a very old and strange approximate string matching algorithm in agrep (approximate grep).Here it is in its most simplified form (zero mismatches):https://bugfix-66.com/e61f9c6080791c9ea8983af748db704238cbb7...This might be the simplest and most elegant linear time string search algorithm.
[–] Thorrez 3y ago ↗ > in the environment where typo's are prevalentIs that a joke? [–] ohlookcake 3y ago ↗ Lol, possibly not!
3 comments
[ 3.4 ms ] story [ 16.4 ms ] threadHere it is in its most simplified form (zero mismatches):
https://bugfix-66.com/e61f9c6080791c9ea8983af748db704238cbb7...
This might be the simplest and most elegant linear time string search algorithm.
Is that a joke?