Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/destructhub/projecteuler
Polyglot solutions for www.projecteuler.net mathematical challenges
https://github.com/destructhub/projecteuler
clojure common-lisp contests cplusplus-11 elixir hackertoberfest haskell lua mathematics polyglot projecteuler python solver solvers
Last synced: about 1 month ago
JSON representation
Polyglot solutions for www.projecteuler.net mathematical challenges
- Host: GitHub
- URL: https://github.com/destructhub/projecteuler
- Owner: DestructHub
- License: mit
- Created: 2015-05-31T22:36:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T20:33:12.000Z (about 2 years ago)
- Last Synced: 2024-12-19T14:08:01.951Z (about 1 month ago)
- Topics: clojure, common-lisp, contests, cplusplus-11, elixir, hackertoberfest, haskell, lua, mathematics, polyglot, projecteuler, python, solver, solvers
- Language: Python
- Homepage: https://destructhub.github.io
- Size: 981 KB
- Stars: 167
- Watchers: 30
- Forks: 45
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/DestructHub/ProjectEuler.svg?branch=master)](https://travis-ci.org/DestructHub/ProjectEuler)
[![Telegram Chat](https://patrolavia.github.io/telegram-badge/chat.png)](https://telegram.me/destructhub)
# ProjectEuler
Compilation of some solutions of the challenges existent in the website www.projecteuler.net## Graphs
![Solutions by Language](data/count.png)
![Time Execution by Language](data/time.png)## Test
You can now test the algoritms just using on our Docker image hosted on
`destructhub/project_euler` just calling: `docker-compose run async`
or `docker-compose run sync`. Assuming of course that you have a
`docker` installation with `docker-compose`. On the end of execution,
will be print a tabular-like structure with information about problem,
language, time execution and if the answer is correct.The asynchronous build is written in Elixir, the synchronous version
is written in Python. You can look on both systems at `stats.exs` and `stats.py`.## Status
Check the status of our roadmap here: [STATUS.md](STATUS.md)
## Rules
Check the rules of the repository here: [RULES.md](RULES.md)
### Authors and Contributors
Check the ProjectEuler badges and tables by nickname: [SOLVERS.md](SOLVERS.md)