Python icon indicating copy to clipboard operation
Python copied to clipboard

A request to add a palindrome checker

Open sarveshsrinath opened this issue 1 year ago • 2 comments

Feature description

Palindrome Checker

A code specifically written to check if a phrase, word or an integer is a palindrome. I have written this code using string slicing which returns a boolean value.

sarveshsrinath avatar Oct 19 '24 07:10 sarveshsrinath

/assign

kunaldevsahu avatar Oct 20 '24 10:10 kunaldevsahu

/assign

sneha0099 avatar Oct 25 '24 07:10 sneha0099

We already have multiple algorithm files that checks for palindromes, including an implementation that uses string slicing: https://github.com/search?q=repo%3ATheAlgorithms%2FPython%20palindrome&type=code

We do not want duplicate algorithms, so please do the due diligence of checking the codebase for existing implementations before opening an issue.

Furthermore, we do not open issues for algorithm suggestions, nor do we assign issues. This was explicitly stated in the contributing guidelines, which you should've already read:

If you are interested in resolving an open issue, simply make a pull request with your proposed fix. We do not assign issues in this repo so please do not ask for permission to work on an issue.

Do not create an issue to contribute an algorithm. Please submit a pull request instead.

tianyizheng02 avatar Dec 28 '24 09:12 tianyizheng02