InterviewSolution
Saved Bookmarks
| 1. |
What is the edit distance between the strings “abcd” and “acbd” when the allowed operations are insertion, deletion and substitution?(a) 1(b) 2(c) 3(d) 4This question was posed to me by my college director while I was bunking the class.Origin of the question is Wagner-Fischer Algorithm in section Dynamic Programming of Data Structures & Algorithms II |
|
Answer» Right choice is (b) 2 |
|