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.
- Host: GitHub
- URL: https://github.com/alisonmitchell/project-euler
- Owner: alisonmitchell
- Created: 2020-02-27T23:32:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T22:18:52.000Z (over 5 years ago)
- Last Synced: 2025-03-05T03:45:44.524Z (over 1 year ago)
- Topics: python3
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.