Skip to content

This repository contains my answers to problems from Project Euler

Notifications You must be signed in to change notification settings

PFery4/project_euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The creators of Project Euler describe it as "a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve".

This repository contains my answers to some problems presented within the project. My code is in no way supposed to be the most optimal. I try to work on the problems on my own, sometime I look for inspiration / approaches online if I really get stuck, but most often I prefer to tinker / play around with the problem, until I get to an answer that works for me. If my answer is too slow I will try to optimise it a bit, but I'm not trying to get the best performance; after all, I'm just doing this for fun.

Feel free to have a look, or blatantly steal anything you find here.

INSTRUCTIONS

execute these commands from within this directory:

source ./setup.sh
python3 all_solutions.py

About

This repository contains my answers to problems from Project Euler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published