InterviewSolution
Saved Bookmarks
| 1. |
Consider the strings “monday” and “tuesday”. What is the edit distance between the two strings?(a) 3(b) 4(c) 5(d) 6This question was addressed to me in unit test.My question is taken from Edit Distance Problem in portion Dynamic Programming of Data Structures & Algorithms II |
|
Answer» The correct ANSWER is (B) 4 |
|