An open API service indexing awesome lists of open source software.

https://github.com/davidbates/braintease_3_30_17

Answer to the challenge: Write an efficient function that checks whether any permutation of an input string is a palindrome. You can assume the input string only contains lowercase letters.
https://github.com/davidbates/braintease_3_30_17

Last synced: 5 months ago
JSON representation

Answer to the challenge: Write an efficient function that checks whether any permutation of an input string is a palindrome. You can assume the input string only contains lowercase letters.

Awesome Lists containing this project

README

          

# BrainTease_3_30_17
Answer to the challenge:
Write an efficient function that checks whether any permutation of an input string is a palindrome. You can assume the input string only contains lowercase letters.