Vidyalelo
Data Structure · Q256

Dynamic Programming in Data Structures

Programming · Data Structure · question 256

Q256

What is the edit distance between the strings "abcd" and "acbd" when the allowed operations are insertion, deletion and substitution?

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

Answer: Option B

Solution

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