ephremdeme / data-structure-and-algorithms

Implement most data structures and algorithms in different programming languages.
Apache License 2.0
50 stars 145 forks source link

palindrome number check #366

Closed Lakshit-Chiranjiv closed 3 years ago

Lakshit-Chiranjiv commented 3 years ago

python program to check if number is palindrome or not ...please merge it.. for hacktoberfest

zafar-hussain commented 3 years ago

hi @import-prospero

the task is to: "Build a function that checks whether a given number is a palindrome or not without using a strings. Implement it using any language.

For example: input: 12321 output: true"

but your code uses strings, hence not satisfying the requirement.

you need to solve it only using numbers, not strings

Lakshit-Chiranjiv commented 3 years ago

updated pal.py...to check palindrome integer without using strings...please merge it for hacktoberfest

zafar-hussain commented 3 years ago

nice one @import-prospero welldone

Lakshit-Chiranjiv commented 3 years ago

i dont know it wasnt counted in my hacktoberfest PRs....please add the hacktoberfest-accepted label...

zafar-hussain commented 3 years ago

@ephremdeme please merge this PR, and add Hacktoberfest label, thanks

Lakshit-Chiranjiv commented 3 years ago

how much more time...please add the label..

zafar-hussain commented 3 years ago

@Kanhakhatri065 , please if you can merge the PR and Add the Label thanks