PE004


Project Euler Problem #4

 

This solution really is just a brute force.  It uses an extra file just for checking if a number is a palindrome.

 

 004.c

 ispalindrome.c

 


Return to list of solutions