Closed cianoc closed 6 years ago
($ (println (levenshtein (String "workd") (String "world"))))
Currently this prints 0 for me, but I think it should print 1.
0
1
Changing the strings doesn't seem to make any difference.
I will probably have some availability to look at this in a week or so if that helps.
($ (println (levenshtein (String "workd") (String "world"))))
Currently this prints
0
for me, but I think it should print1
.Changing the strings doesn't seem to make any difference.