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
I got this question in quiz.
My question is taken from Minimum Insertions to form a Palindrome topic in section Dynamic Programming of Data Structures & Algorithms II