Problem Detail: I want to calculate the edit distance (aka Levenshtein-Distance) between two words: «solo» and «oslo». According to this site we’ll get the result matrix: What I don’t understand is: In case of comparison the last «o» from «solo» with Read More …