An open API service indexing awesome lists of open source software.

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

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.