// archives

Project Euler Solutions

This category contains 150 posts

Project Euler 83 Solution

Find a minimum path sum in a matrix from the top left to the bottom right corners by moving up, down, left or right.

Project Euler 84 Solution

In the game, Monopoly, find the three most popular squares when using two 4-sided dice.

Project Euler 85 Solution

Investigating the number of rectangles in a rectangular grid.

Project Euler 86 Solution

Exploring the shortest path from one corner of a cuboid to another.

Project Euler 87 Solution

Investigating numbers that can be expressed as the sum of a prime square, cube, and fourth power.

Project Euler 88 Solution

Minimal product-sum numbers

Project Euler 89 Solution

Calculate characters saved by expressing Roman numerals in minimal form.

Project Euler 90 Solution

An unexpected way of using two cubes to make a square.

Project Euler 91 Solution

Right triangles with integer coordinates

Project Euler 92 Solution

Investigating a square digits number chain with a surprising property.