ephremdeme / ephremdeme/data-structure-and-algorithms

Check Palindrome of integers

Open
#36 20 comments 0 reactions 2 assignees Claimed by @Halix267 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.