Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewslotin/project_euler
Solutions for Project Euler problems written in Elixir
https://github.com/andrewslotin/project_euler
Last synced: 28 days ago
JSON representation
Solutions for Project Euler problems written in Elixir
- Host: GitHub
- URL: https://github.com/andrewslotin/project_euler
- Owner: andrewslotin
- Created: 2015-11-25T11:52:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T12:54:29.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T06:12:44.125Z (over 1 year ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project Euler
=============What is Project Euler?
----------------------> [Project Euler](http://projecteuler.net) (named after Leonhard Euler) is a website dedicated to a
series of computational problems intended to be solved with computer programs. The project attracts
adults and students interested in mathematics and computer programming.Read more on [Wikipedia](https://en.wikipedia.org/wiki/Project_Euler)
What is this repository about?
------------------------------I decided to have a look on [Elixir](http://elixir-lang.org/) recently and needed some tasks to tackle,
so I remembered Project Euler from my past student years and started solving problems from scratch in Elixir.I'm trying to solve a problem or two each day, which is quite easy for now since I'm on a very early stage,
but this might change in future. Hopefully I'll make it that far.Is it OK if I just use it to pass my job interview?
-----------------------------------------------------------------Yes, but remember: this won't help you to get through the probationary period. Also they are often sub-optimal,
so I'd strongly encourage you if not to make your own solution, then at least improve mine (pull requests are welcome!)License?
--------BSD