Vidyalelo
Data Structure · Q232

Dynamic Programming in Data Structures

Programming · Data Structure · question 232

Q232

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

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

Answer: Option A

Solution

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