An open API service indexing awesome lists of open source software.

https://github.com/alisonmitchell/project-euler

Python implementations applying programming fundamentals and algorithmic thinking to find simple, elegant and optimal solutions to problems, with documentation and testing.
https://github.com/alisonmitchell/project-euler

python3

Last synced: 11 months ago
JSON representation

Python implementations applying programming fundamentals and algorithmic thinking to find simple, elegant and optimal solutions to problems, with documentation and testing.

Awesome Lists containing this project

README

          

# Project Euler
A collection of Python solutions to Project Euler problems.

## What is Project Euler?
[Project Euler](https://projecteuler.net/) is a series of challenging mathematical/computer programming [problems](https://projecteuler.net/archives) that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.

The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.