

McqMate
Q. |
Which of the following problems can be used to solve the minimum number of insertions to form a palindrome problem? |
A. | minimum number of jumps problem |
B. | longest common subsequence problem |
C. | coin change problem |
D. | knapsack problems |
Answer» B. longest common subsequence problem | |
Explanation: a variation of longest common subsequence can be used to solve the minimum number of insertions to form a palindrome problem. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet