Sahil-k1509/sum_of_palindromes
This program implements the Research paper which states that every positive integer in any base >= 5 can be written as a sum of three palindrome numbers and provides an algorithm to do the same. The program takes any integer as an input and prints out the three palindrome numbers.
Python
Issues
- 3
Algorithm fails on some inputs
#6 opened by RagnarGrootKoerkamp - 0
Compare naive and palindrome_algo
#3 opened by Sahil-k1509 - 0
Format Code
#4 opened by Sahil-k1509 - 0
- 0
Brute force check for present cases
#2 opened by Sahil-k1509