Palindrome Permutation (Easy 266) Given a string, determine if a permutation of the string could form a palindrome. Solution: Click here Calculate each letter frequency, if more than one odd count, return false. O(n) time, O(n) space. Installation Run make to run python and Swift files.