David's blog

Err and err and err but less and less and less

David's blog

Err and err and err but less and less and less

Palindrome

Largest palindromic long long int that is also the product of two integers

Just to practice my C skills I’ve begun doing the Project Euler exercises in that language. Project 4 asks what is the largest palindromic number that can be expressed as the product of two 3-digit numbers. The answer is 906609 = 993 x 913. Just for fun I modified my program to compute the largest […]

Scroll to top