-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check Palindrome of integers #36
Comments
Sir,I would like to work on this issue .Plzz assign it to me. |
Please assign me this task!! |
Please Implement it in different language and comment in which language you are gonna do it. |
I want to do it in java |
Good, Go ahead and code it. |
I would be doing in C++ |
Can I work on this using C++ |
Sorry i think C++ is taken by @sparshs413 . Feel free to code in other language though. |
Hey @ephremdeme I can take it in JavaScript. |
ok can I do in Java |
Hello @ephremdeme, may I work on this issue using Python? |
Sure, why not. |
Hello, I would like to do this in GO lang. Please assign me this too. |
hi, i will do this in javascript |
Hello i would like to do this in C |
Hi guys, |
please merge #366 ...palindrome integers checking using python...for hacktoberfest |
Hi, I can pull off in c++ |
Sure, @Abhishekbharti9910 . I will merge if you PR. |
Hello can I do it using javascript |
Build a function that checks weather a given number is a palindrome or not without using a strings. Implement it using any language.
For example:
input: 12321
output: true
The text was updated successfully, but these errors were encountered: