Problem Description, from Project Euler Find the largest palindrome made from the product of two 3-digit numbers Solution I couldn’t think of many optimizations for this problem, other than avoiding duplicates when calculating the products of numbers. That’s why I just brute-forced it. The only (barely) interesting thing I did here was to write a […]
palindromes
There is one post tagged palindromes.