Solutions to Project Euler

I am having fun with Project Euler, but I have to admit, my solutions are almost always naive.

I am trying not to look for hints elsewhere on the internet before actually solving the problems. My first attempts are almost always consisting of brute-force and naive algorithms. Most of the time, time constraints are not overwhelming, so these work just fine. Sometimes I am able to fine-tune the algorithms or find a better one. Here is the Github repo where I collect my scripts (written in Python, for the time being).

Written on October 31, 2016

If you notice anything wrong with this post (factual error, rude tone, bad grammar, typo, etc.), and you feel like giving feedback, please do so by contacting me at samubalogh@gmail.com. Thank you!