https://github.com/mearns/project_euler
My solutions to some of the project euler problems
https://github.com/mearns/project_euler
Last synced: about 1 month ago
JSON representation
My solutions to some of the project euler problems
- Host: GitHub
- URL: https://github.com/mearns/project_euler
- Owner: mearns
- License: unlicense
- Created: 2015-01-20T14:35:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-22T14:44:33.000Z (over 10 years ago)
- Last Synced: 2025-02-05T11:45:04.751Z (3 months ago)
- Language: Perl
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# project_euler
**SPOILER ALERT**
Project Euler is meant to be an individual challenge, using someone else's
solutions defeats the purpose of it. I really just posted them here so I can
reference them later.## Purpose
This repo is my collection of solutions to challenges on
(project euler)[https://projecteuler.net/]. I'm using it primarily as a way to
learn new programming languages, so you'll probably notice a lot of the code
is fairly poor quality, and that the solutions are non-optimal.