stringDistance

Simpler implementation of Levenshtein string distance

int
stringDistance
(
string s
,
string t
)

Meta