Labs / Computer Science

Edit Distance

Type two words and watch a table fill in from the top-left corner. Each cell asks the same question — what is the cheapest way to turn this prefix into that one? When the grid is full, a path draws itself backward through the winning choices to show the exact edits that connect the two words.

D filled 0%ops src tgt

What to try