Skip to content

Commit 7c313ee

Browse files
authored
Update README.md
1 parent 9513eba commit 7c313ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ n = 19 // no palindrome, iteration = 0
1919
n = 19 + 91 = 110 // no palindrome, iteration = 1
2020
n = 110 + 11 = 121 // palindrome, iteration = 2
2121
```
22-
Note, that n is of type int. This can result in exceeding the allocated storage size for larger n or higher iterations. To prevent you can set the datatype to long or a much larger datatype.
22+
Note, that n is of type int. This can result in exceeding the allocated storage size for larger n or higher iterations. To prevent, you can set the datatype to long or a much larger datatype.
2323

2424
## Outcome
2525

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy