Skip to content

Latest commit

 

History

History

004

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Largest palindrome product

A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99.

Find the largest palindrome made from the product of two 3-digit numbers.

Performance

Try it online!

Real time: 1.466 s
User time: 1.328 s
Sys. time: 0.146 s
CPU share: 100.49 %
Exit code: 0