Skip to content

Commit 5ecf8c0

Browse files
authored
Update README.md
1 parent 51b2e2b commit 5ecf8c0

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# Palindrome-Number-Math-Challenge-
2-
A Quite small and fun math challenge
1+
# Palindrome Number Math Challenge
2+
A Fun Math Challenge's Algorithm.
3+
4+
## So What is a palindrome number?
5+
>> For ex: 7117 is a palindrome number which is read the same way from right and left.
6+
7+
# Theory:
8+
### Each *POSITIVE* number that has been summed with its reverse will make a palindrome after a few steps.
9+
10+
<strong>```A Simple Ex: 45 + 54 = 99```</strong>
11+
```139 + 931 = 1070; => 1070 + 0701 = 1771 ✅```
12+
13+
### Note:
14+
```Some numbers has gone millions of steps but this action has never happened for them. Like 196 or 295.```
15+
> test them and watch logs, it's fun 🌚

0 commit comments

Comments
 (0)