This repository contains solutions to Project Euler in Python, Go, Clojure, and Ruby. The aim is to complete problems 51-100.
I've tried to think about each problem from the perspective of each language and solve them idiomatically. But given that some problems required hours of research, you will find I often adopt the same strategy to solve them.
Use docker-compose up
to run the solutions in all languages.
I started working on these problems by forking the excellent pyeuler repository, which solved problems 1-50 in a 'functional' style using Python.