Saturday, May 28, 2011

Levenshtein Distance in Javascript

Okay, now this is an odd code snippet. I really can't remember why I needed a javascript implementation of the Levenshtein Distance algorithm. I mean, most back end languages have an implementation in their libraries that'd be far more efficient. Oh well, since I saved it, I might as well share it.

No comments:

Post a Comment