ephremdeme / ephremdeme/data-structure-and-algorithms
Reverse a number without using string
Open
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, given a number, reverses it without using strings.
input: 12345
output: 54321
Contributor guide
Assessment
This issue has not been assessed yet.