This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Simple script wich try all 4x4 mumbers and get the highest palindrome of it. | |
- results: 4x4 numbers (Imac 2013, i5, swift 5.3.2) | |
Highest palindrome -> 99000099 | |
Found in -> 240.52266907691956 seconds | |
- results: 4x4 numbers (Macbook air 2020, M1, swift 5.4) | |
Highest palindrome -> 99000099 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Simple script wich try all 4x4 mumbers and get the highest palindrome of it. | |
Results | |
------- | |
- 4x4 numbers (Imac 2013, i5, Python 3.9.2) | |
Highest palindrome -> 98344389 | |
Found in -> 94.88048125600001 seconds |
NewerOlder