Convert to palindrome.

Правка en1, от 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.

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Confused101 2016-09-25 10:33:57 309 Initial revision (published)