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

https://github.com/galuque/euler

Project Euler Solutions
https://github.com/galuque/euler

Last synced: about 2 months ago
JSON representation

Project Euler Solutions

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