There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.