TheAlgorithms/website

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

SpiderMath opened this issue · 1 comments

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

Edits made since I found another entry (Palindrome Number)