// author archive

Mike Molony

Mike Molony has written 149 posts for Dreamshire

Project Euler 145 Solution

How many reversible numbers are there below one-billion?

Project Euler 188 Solution

Find the last digits of a tetration calculation.

Project Euler 119 Solution

Investigating the numbers which are equal to sum of their digits raised to some power.

Project Euler 174 Solution

Counting the number of “hollow” square laminae that can form one, two, three, … distinct arrangements.

Project Euler 173 Solution

Using up to one million tiles find many different “hollow” square laminae can be formed.

Project Euler 162 Solution

Find hexadecimal numbers containing at most 16 hexadecimal digits exist with all of the digits 0, 1 and A present at least once

Project Euler 182 Solution

RSA encryption

Choosing a method to solve Project Euler problems

Development time, run-time constraints, debugging capabilities should all be considered when choosing a method to solve problems.

Project Euler 197 Solution

Investigating the behavior of a recursively defined sequence.