Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.