Vidyalelo
Data Structure · Q79

Dynamic Programming in Data Structures

Programming · Data Structure · question 79

Q79

Consider the string "efge". What is the minimum number of insertions required to make the string a palindrome?

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

Answer: Option B

Solution

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