project euler

My current solutions for Project Euler

Big Disclaimer: The below is not not friendly, it’s quick and dirty with the only requirement being getting the correct result quickly (programming time, not run time). Please don’t use this code to cheat either the fun really is in solving these yourself.

# Problem Solution
01 Problem 01 p01.py
02 Problem 02 p02.py
03 Problem 03 p03.py
04 Problem 04 p04.py
05 Problem 05 p05.py
06 Problem 06 p06.py
07 Problem 07 p07.py
08 Problem 08 p08.py
09 Problem 09 p09.py
10 Problem 10 p10.py
11 Problem 11 p11.py
12 Problem 12 p12.py
13 Problem 13 p13.py
14 Problem 14 p14.py
16 Problem 16 p16.py
20 Problem 20 p20.py
21 Problem 21 p21.py
22 Problem 22 p22.py
25 Problem 25 p25.py
30 Problem 30 p30.py
36 Problem 36 p36.py
48 Problem 48 p48.py