We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b2e2b commit 5ecf8c0Copy full SHA for 5ecf8c0
1 file changed
README.md
@@ -1,2 +1,15 @@
1
-# Palindrome-Number-Math-Challenge-
2
-A Quite small and fun math challenge
+# Palindrome Number Math Challenge
+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