Skip to content

Instantly share code, notes, and snippets.

@mathildathompson
Created April 23, 2014 22:44
Show Gist options
  • Save mathildathompson/11235074 to your computer and use it in GitHub Desktop.
Save mathildathompson/11235074 to your computer and use it in GitHub Desktop.

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 x 99.

Write a program that can detect palindrome products in a given range.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment