InterviewSolution
Saved Bookmarks
| 1. |
Consider the two strings “”(empty string) and “abcd”. What is the edit distance between the two strings?(a) 0(b) 4(c) 2(d) 3I got this question in an interview.I'm obligated to ask this question of Edit Distance Problem in division Dynamic Programming of Data Structures & Algorithms II |
|
Answer» Right option is (B) 4 |
|