home

Scientific Computing (Psychology 9040a)

Fall, 2021

Project Euler Problem 92


Solve Project Euler Problem 92.

Hints

This approach is much faster (about 500x faster on my machine). My solution runs in about 3.5 seconds compared to over 30 minutes with the first approach.

Of course if you have another approach feel free to use it.