Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t-kalv/python-check-for-palindrome-cs-problem
Python Check For Palindrome CS Problem
https://github.com/t-kalv/python-check-for-palindrome-cs-problem
palindrome
Last synced: 3 days ago
JSON representation
Python Check For Palindrome CS Problem
- Host: GitHub
- URL: https://github.com/t-kalv/python-check-for-palindrome-cs-problem
- Owner: T-Kalv
- Created: 2020-08-14T13:45:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T12:52:57.000Z (over 4 years ago)
- Last Synced: 2023-07-16T13:28:38.951Z (over 1 year ago)
- Topics: palindrome
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Check-For-Palindrome-CS-Problem
Given a string, determine if there is a way to arrange the string such that the string is a palindrome. If such arrangement exits return a palindrome (there could be many arrangements). Otherwise, return None.