The C Programming Tips and Tricks Wiki

 

PE004

Page history last edited by Kenneth Finnegan 1 yr ago

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

Comments (0)

You don't have permission to comment on this page.