TheAlgorithms / PHP

All Algorithms implemented in PHP
MIT License
2.15k stars 468 forks source link

Added Palindrome checker #85

Closed Samadmemon991 closed 2 years ago

Samadmemon991 commented 2 years ago

Palindromic number is a symmetrical number which remains same when the digits are reversed e.g. 121 For further details you can visit this link.

Samadmemon991 commented 2 years ago

@darwinz I have updated code kindly check it now and thanks for letting me know cause of failed tests