DIY: Edit Distance

Solve the interview question "Edit Distance" in this lesson.

Problem statement

Given two strings, str1 and str2, you have to return the ...