// archives

Solutions 51 – 100

This category contains 50 posts

Project Euler 81 Solution

Find the minimal path sum from the top left to the bottom right by moving right and down.

Project Euler 82 Solution

Find the minimal path sum from the left column to the right column.

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.