https://github.com/mike182uk/project-euler
My solutions to Project Euler problems
https://github.com/mike182uk/project-euler
math project-euler project-euler-solutions
Last synced: 7 months ago
JSON representation
My solutions to Project Euler problems
- Host: GitHub
- URL: https://github.com/mike182uk/project-euler
- Owner: mike182uk
- Created: 2016-11-24T14:36:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T09:13:15.000Z (almost 6 years ago)
- Last Synced: 2024-04-14T22:20:49.337Z (almost 2 years ago)
- Topics: math, project-euler, project-euler-solutions
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Euler

My solutions to [Project Euler](https://projecteuler.net/) problems.
## What is Project Euler?
> Project Euler is a series of challenging mathematical/computer programming problems 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.
_- projecteuler.net_