Skip to content

rcgmcloud/Challenge-Largest-palindrome-product

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

There are 2 tests, make the tests pass.

Once your tests pass, fix the text of the second tests so that it's true (fill in A×B).

Getting Started

  1. Clone this repository
  2. To retrieve all dependecies, run the command: npm install
  3. Your work will be done in the file named: largest_palindrome_product.js
  4. Run your test with the command: npm test
  5. There are two tests total. Make them pass!
  6. Bonus write more tests!

From Project Euler Problem 4

About

Largest palindrome product

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%