Category Archives: Project Euler

Project Euler – Problem 19

Problem 19: How many Sundays fell on the first of the month during the twentieth century?

Project Euler – Problem 67

Problem 67: Find the maximum total from top to bottom in triangle.txt, a 15K text file containing a triangle with one-hundred rows.

Project Euler – Problem 18

Problem 18: Find the maximum sum travelling from the top of the triangle to the base.

Project Euler – Problem 17

Problem 17:
If the numbers 1 to 5 are written out in words: one, two, three, four, five, then there are 3 + 3 + 5 + 4 + 4 = 19 letters used in total.

If all the numbers from 1 to 1000 (one thousand) inclusive were written out in words, how many letters would be used?

Project Euler – Problem 16

Problem 16: What is the sum of the digits of the number 2^1000?

Project Euler – Problem 15

Problem 15: Starting in the top left corner in a 20 by 20 grid, how many routes are there to the bottom right corner?

Project Euler – Problem 14

Problem 14: Find the longest sequence using a starting number under one million. (via Collatz conjecture)

Project Euler – Problem 13

Problem 13: Find the first ten digits of the sum of one-hundred 50-digit numbers.

Project Euler – Problem 12

Problem 12: What is the value of the first triangle number to have over five hundred divisors?

Project Euler – Problem 11

Problem 11: What is the greatest product of four adjacent numbers on the same straight line in the 20 by 20 grid?