Vidyalelo
Data Structure · Q46

Dynamic Programming in Data Structures

Programming · Data Structure · question 46

Q46

Consider the two strings ""(empty string) and "abcd". What is the edit distance between the two strings?

A.
0
B.
4
Answer
C.
2
D.
3

Answer: Option B

Solution

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