ephremdeme / ephremdeme/data-structure-and-algorithms
Check Palindrome of integers
Open
C#
C++
good first issue
Hacktoberfest
hacktoberfest2020
Java
Javascript
Python
question
- Dominant language
- C++
- Stars
- 50
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
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
input: 12344321
output: false
Contributor guide
Assessment
This issue has not been assessed yet.