-
Notifications
You must be signed in to change notification settings - Fork 14
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 if a number is palindrome or not in javascript problems #7
Comments
@vyasriday Can I work on this issue ? |
Sure @aman-agrwl |
I am interested in contributing, can we still contribute to this issue or is it already done ? |
I want to contribute. Can you please confirm if this issue is solved or I can work on it? |
@suyash2819 @Vaibhavgupta05 Pleaes check if there is relevant PR or the code exists. If not they you can raise a PR with your code. Multiple ways of doing so are allowed |
@vyasriday i have added a number palindrome code in palindrome file itself, i am converting number to string then showing iteration to show comparison of reverse and the numbered string which was not there in that file. Please let me know if this is relevant. |
@suyash2819 Please don't use string conversion as such code already exists for strings. |
@vyasriday but my function is for numbers and will accept number as a parameter, then i am converting number to string, wouldn't that be counted as a different approach just for numbers ? since we are not converting numbers to string anywhere in code. |
No description provided.
The text was updated successfully, but these errors were encountered: