Problem: Given a string, check if any permutations of that string are a palindrome Solution 1: Use a hashtable to count each time a character is used
Problem: Given a string, check if any permutations of that string are a palindrome Solution 1: Use a hashtable to count each time a character is used