摘要: Description A palindrome is a symmetrical string, that is, a string read identically from left to right as well as from right to left. You are to write a program which, given a string, determines the minimal number of characters to be inserted into the string in order to obtain a palindrome. As an e 阅读全文
posted @ 2011-08-11 21:58 追逐. 阅读(237) 评论(0) 推荐(0) 编辑