Vidyalelo
Data Structure · Q122

Dynamic Programming in Data Structures

Programming · Data Structure · question 122

Q122

In which of the following cases will the edit distance between two strings be zero?

A.
When one string is a substring of another
B.
When the lengths of the two strings are equal
C.
When the two strings are equal
Answer
D.
The edit distance can never be zero

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board