1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Consider the string “abbccbba”. What is ...
Q.

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

A. 0
B. 1
C. 2
D. 3
Answer» A. 0
Explanation: the given string is already a palindrome. so, no insertions are required.

Discussion