Problem 2309. Calculate the Damerau-Levenshtein distance between two strings.
Solution Stats
Problem Comments
-
3 Comments
i am facing a problem with ur test suite 5. is it correct?
even the built-in matlab function 'edit distance' is giving the result 3.
which i believe is the correct one.
if i am not wrong, according to demarau algorithm - here transposition will not occur.
Test case #5 is correct, Asif. If you want, you can try it on wolfram alpha using DamerauLevenshteinDistance['abc','ca']. Be careful, because the algorithm from wikipedia has errors.
Another example that should return 2 via Damerou-Levenshtein and 3 via Levenshtein alone: 'jellyfish' and 'jellyifhs'.
Problem Recent Solvers20
Suggested Problems
-
Sum all integers from 1 to 2^n
11088 Solvers
-
Return elements unique to either input
650 Solvers
-
Matrix with different incremental runs
312 Solvers
-
Create Volcano (or Atoll) martix. It is an extension of Bullseye matrix problem.
113 Solvers
-
126 Solvers
More from this Author40
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!