#Skip to menu

The challenges contained in Project Euler are mostly math oriented. Usually using a brute force algorithm will take a long time, while carefully exploiting the math proprieties of the problem will yield really performant algorithms.

The solutions are written with Python3 using Jupyter. You can find the code on GitHub.


Project Euler badge