Project Euler Python 3.4 Solutions
SPOILER ALERT
These are my python solutions to Project Euler problems
Here is a list of my gaols in order.
- Mathematical solutions that opperate in as few steps as possible, one step is preffered.
- To use functions as often as possible so that I can reuse them in other solutions
- To contribute these funcitons to my other repository Python_Functions.
- Use VScode to run it. Import all from each problem, uncomment the desired problem. There is an output time printed to the console.