levenshtein_distance_test, a C code which calls levenshtein_distance() to compute the Levenshtein distance between two strings.
The computer code and data files described and made available on this web page are distributed under the MIT license
levenshtein_distance, a C code which returns the Levenshtein distance between two strings.