https://github.com/jluttine/haskell-project-euler
My solutions to Project Euler problems in Haskell
https://github.com/jluttine/haskell-project-euler
Last synced: 3 months ago
JSON representation
My solutions to Project Euler problems in Haskell
- Host: GitHub
- URL: https://github.com/jluttine/haskell-project-euler
- Owner: jluttine
- Created: 2018-09-09T09:53:52.000Z (over 6 years ago)
- Default Branch: solutions
- Last Pushed: 2018-09-09T09:54:40.000Z (over 6 years ago)
- Last Synced: 2025-01-11T12:34:35.519Z (5 months ago)
- Language: Haskell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Euler solutions in Haskell
My solutions in Haskell to [Project Euler
problems](https://projecteuler.net/archives).**WARNING! THIS REPOSITORY CONTAINS SPOILERS. DO NOT LOOK AT THE SOLUTIONS IF YOU
WANT TO SOLVE THE PROBLEMS YOURSELF.**As Project Euler states:
> Please do not deprive others of going through the same process by publishing
> your solution outside of Project Euler.By naming this branch `solutions` instead of `master`, GitHub `robots.txt`
prevents search engines from indexing these solutions. For an explanation, see
[this Stack Overflow question](https://stackoverflow.com/q/15844905).