给定一个字符串,找出使该单词成为回文所需的最小字符数.例子:
ABBA : 0 (already a palindrome) ABB: 1 FAE: 2 FOO: 1
c# string algorithm
algorithm ×1
c# ×1
string ×1