Find if any permutation of an input string is a palindrome.
A permutation is an ordering of a set of items.
Example: all permutations of 'cat':
cat
act
cta
atc
tca
tac
Not to be confused with a combination, which is an unordered set or subset.
A palindrome is a string that's the same when read forward and backward.
Examples:
alula
devoved
mom