Liking cljdoc? Tell your friends :D

stringy.compare


hamming-distanceclj

(hamming-distance s1 s2)

Number of positions at which corresponding symbols are different

Number of positions at which corresponding symbols are different
raw docstring

levenshtein-distanceclj

(levenshtein-distance s1 s2)

Minimum edit (replace/insert/delete) distance

The grid (of edit distances) is aligned as s2 on the top and s1 on the left

Minimum edit (replace/insert/delete) distance

The grid (of edit distances) is aligned as s2
on the top and s1 on the left
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close