name : Julien Bourgouint

Citizenship : France

Residence : Singapore

Project Euler

I'm using exclusively python for that.

Project Euler is a webpage with math / programming problems

Concretely, each of the problem is a little mathematical question which you solve by entering the unique solution which is normally an integer or a float with given precision

In most cases, a naive program would solve the problem for a low input which are shown in the formulation so you can make sure you understood the problem correctly. Then the intesting part starts where you need to make a program which complexity goes well for an higher input

main page