How to solve the problem AGTC(UVA 1207) on UVA Online Judge?

Revision en2, by Softhard, 2020-04-03 16:52:12

Problem link : https://onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=3648 This is a Dynamic programming problem.but what should be the approach to solve it. If i do operation only in string x should I think about delete operation because string x is always x<=y.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Softhard 2020-04-03 16:52:12 12 Tiny change: 'problem=36\nThis is ' -> 'problem=3648\nThis is '
en1 English Softhard 2020-04-03 16:18:59 337 Initial revision (published)