Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 158 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 158 Bytes

Problem

Given a string, determine if a permutation of the string could form a palindrome.

For example, "code" -> False, "aab" -> True, "carerac" -> True.