grav / clojure-levenshtein

Learning clojure by implementing the Levenshtein algorithm. This is an algorithm to calculate the "edit distance" between two strings, or the number of insertions, deletions and replacements to get from one string to the other. See http://en.wikipedia.org/wiki/Levenshtein_distance .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grav/clojure-levenshtein Issues

No issues in this repository yet.