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.
- Host: GitHub
- URL: https://github.com/davidbates/braintease_3_30_17
- Owner: DavidBates
- Created: 2017-03-30T16:39:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T16:43:16.000Z (about 9 years ago)
- Last Synced: 2024-12-30T10:45:27.050Z (over 1 year ago)
- Language: C#
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.