Where can I find a copy of the Project Euler questions?

2.1k Views Asked by At

The Project Euler page is currently offline, and I would very much like to do the problems still. Does anyone know where I can find a transcript of the problems?

2

There are 2 best solutions below

0
On BEST ANSWER

Use the cached version. Say you want problem number X.

  1. Go to google.

  2. Search 'project euler problem X'.

  3. Among the search results you will find "projecteuler.net/problem=X".

  4. Click on the green triangle in front of that link.

  5. Click on "cached" from the drop down menu.

0
On

There’s a downloadable archive called Local Euler that a kind person made.

I threw together a little script to compile every problem together in a single flat text file, adding the attachments in a zip file. ... The conversion process goes to some lengths to ensure a highly readable copy.

It appears to be current to at least mid-2014 as of this writing.