McqMate
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. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet