Module levenshtein_diff::distance[][src]

Functions

Returns the Levenshtein distance and the distance matrix between source and target using dynamic programming with memoization.

Returns the Levenshtein distance between source and target using Naive Recursion

Returns the Levenshtein distance and the distance matrix between source and target using dynamic programming with tabulation.