Loading practice questions
Consider the string "abbccbba". What is the minimum number of insertions required to make the string a palindrome?
Correct Answer: A — 0
Explanation:
The given string is already a palindrome. So, no insertions are required.