Author: Mohammed Abualrob

Check if a string is a permutation of a palindrome in Python

Problem Implement an algorithm in Python to check if a given input string is a permutation of another palindrome string Solution If the number of occurrences of all characters in the string is even then the input string can be a permutation of a palindrome string. There is only once exception which is the character