https://github.com/daniel-beard/projecteulerhaskell
Solving the ProjectEuler problems in Haskell
https://github.com/daniel-beard/projecteulerhaskell
Last synced: about 1 year ago
JSON representation
Solving the ProjectEuler problems in Haskell
- Host: GitHub
- URL: https://github.com/daniel-beard/projecteulerhaskell
- Owner: daniel-beard
- License: mit
- Created: 2017-03-13T00:47:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T23:32:50.000Z (about 9 years ago)
- Last Synced: 2025-02-05T01:28:28.370Z (over 1 year ago)
- Language: Haskell
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# projecteulerhaskell
Solving the ProjectEuler problems in Haskell
- Problems aren't particularly optimized for run-time (or for reading)
- Problems have a uniform structure, the names are `p{NUMBER}.hs` and each solved problem contains a `calc` function.