[UVA][greedy] 10716 - Evil Straw Warts Live
Problem D: Evil Straw Warts Live
A palindrome is a string of symbols that is equal to itself when reversed.
Given an input string, not necessarily a palindrome, compute the number
of swaps necessary to transform the string into a palindrome. By swap
we mean reversing th...