Page 1 of 1

Given a string, you have to find the minimum number of characters to be inserted in the string so that the string become

Posted: Wed Jul 13, 2022 7:40 pm
by answerhappygod
a) Greedy algorithm
b) Recursion
c) Dynamic programming
d) Both recursion and dynamic programming