Vidyalelo
Data Structure · Q33

Dynamic Programming in Data Structures

Programming · Data Structure · question 33

Q33

In the context of the "Edit Distance" problem, what is being optimized?

A.
The total number of characters in a string.
B.
The minimum number of edits required to transform one string into another.
Answer
C.
The frequency of characters in a string.
D.
The total number of characters in a string.

Answer: Option B

Solution

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