levenshtein_matrix_test


levenshtein_matrix_test, a C++ code which calls levenshtein_matrix(), which computes the Levenshtein distance matrix defined by two strings.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

levenshtein_matrix, a C++ code which returns the Levenshtein distance matrix defined by two strings.

Source Code:


Last revised on 10 September 2022.