Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelgrus/project-euler-haskell
project euler in haskell
https://github.com/joelgrus/project-euler-haskell
Last synced: about 2 months ago
JSON representation
project euler in haskell
- Host: GitHub
- URL: https://github.com/joelgrus/project-euler-haskell
- Owner: joelgrus
- Created: 2015-07-18T01:01:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T04:58:30.000Z (over 9 years ago)
- Last Synced: 2023-03-22T16:29:21.177Z (almost 2 years ago)
- Language: Haskell
- Size: 188 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project-euler-haskell
My most recent method of procrastination is solving Project Euler problems in Haskell. Whatever solutions are here are correct, although I can't promise that they are Haskellic (or whatever the right word is for idiomatic Haskell). I also can't promise that they are efficient, although they all produce their answers in a reasonable amount of time on my not-super-powered laptop.
They also don't have any comments. :P