https://github.com/galuque/euler
Project Euler Solutions
https://github.com/galuque/euler
Last synced: about 2 months ago
JSON representation
Project Euler Solutions
- Host: GitHub
- URL: https://github.com/galuque/euler
- Owner: galuque
- Created: 2021-05-24T20:54:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T23:33:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T23:50:06.293Z (4 months ago)
- Language: Clojure
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Euler
Tackling [Project Euler](https://projecteuler.net/) problems in different programming lanuguages to better understand the tradeoffs and strengths of each one.
So far, there are solutions in C, Python, Clojure and Haskell.
## Dependencies
`make` to run the commands to build and run the different scripts.
`gcc` for C
A Python 3.7+ interpreter
[Clojure CLI](https://clojure.org/guides/getting_started) (and Java)
and [Stack](https://docs.haskellstack.org/en/stable/README/) for Haskell