InterviewSolution
Saved Bookmarks
| 1. |
In which of the following cases the minimum no of insertions to form palindrome is maximum?(a) String of length one(b) String with all same characters(c) Palindromic string(d) Non palindromic stringThis question was addressed to me in semester exam.My query is from Minimum Insertions to form a Palindrome in chapter Dynamic Programming of Data Structures & Algorithms II |
|
Answer» Right answer is (d) Non palindromic STRING |
|