Medium Problemsstringminimization

Edit Distance

Given two strings, find the minimum number of single-character insertions, deletions, and substitutions needed to turn one string into the other.

Do this lesson first: longest common subsequence

The full breakdown and animated table for this problem are still being written. In the meantime, run the four questions on it yourself — that is the whole exercise.