Skip to content

giulianoxt/project-euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Project Euler

This repository contains solutions to various problems on Project Euler. They are mainly written in Python, but some problems may have been solved partially by hand or on a simple calculator.

The goal is to solve the maximum number of problems with the constraint that every solution should run in under 10s, preferably under 1s, using CPython or PyPy, whichever is faster on the particular script. A secondary goal is to create a reusable module of common functions used across multiple solutions (src/euler.py).

About

Personal Project Euler solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages