TheAlgorithms / website

The Algorithms website providing GitHub's largest open-source algorithm library.
https://the-algorithms.com
MIT License
819 stars 173 forks source link

[CONTENT] Three entries to check whether a number is a palindrome #268

Open SpiderMath opened 11 months ago

SpiderMath commented 11 months ago

Description of the content report

There are three entries for checking whether a number is a palindrome, one in JavaScript (Is Palindrome Integer Number), one in Python (Is Int Palindrome) and one in Java & Dart (Palindrome Number). I'd like to request you to merge them (with a possibly more fitting name?)

Add screenshots of the content report (if applicable)

No response

Additional information/context

The entries are as follows: Is Palindrome Integer Number, Is Int Palindrome & Palindrome Number

SpiderMath commented 11 months ago

Edits made since I found another entry (Palindrome Number)