Consider the string "abbccbba". What is the minimum number of insertions required to make the string a palindrome?
0
1
2
3
(A) 0
Explanation:
The given string is already a palindrome. So, no insertions are required.