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

https://github.com/brianschubert/project-euler

Solutions to problems from Project Euler
https://github.com/brianschubert/project-euler

Last synced: over 1 year ago
JSON representation

Solutions to problems from Project Euler

Awesome Lists containing this project

README

          

# Project Euler Solutions
This repository contains an assortment of solutions to problems from [Project Euler][euler].

I am using these problems to help myself gain familiarity with various programming languages. As of this writing, I have only written solutions in Python, Haskell, and Go, though others langauges might follow in the future.

## Copyright and License
Copyright (c) 2018, 2019 Brian Schubert. Available under [MIT license][license].

[euler]: https://projecteuler.net/
[license]: ./LICENSE