Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.