Convert to palindrome.

Revision en1, by Confused101, 2016-09-25 10:33:57

Given string s, find minimum number of operations to convert it into Palindromic string. Operations are: 1) Insert a new character anywhere into the string (including its beginning and end). 2) Remove a single character. 3) Replace a single character by another character.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Confused101 2016-09-25 10:33:57 309 Initial revision (published)