Edit Distance Transformation

Transforming "kitten" to "sitting" step by step

Step 0 of 3
Starting words

The Edit Distance between two strings is the minimum number of operations required to transform one string into another. The operations are:

This animation shows how to transform "kitten" to "sitting" with the minimum number of edits.