Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanne007/solutions_of_projecteuler
Solutions of Project Euler Problems
https://github.com/nanne007/solutions_of_projecteuler
Last synced: 8 days ago
JSON representation
Solutions of Project Euler Problems
- Host: GitHub
- URL: https://github.com/nanne007/solutions_of_projecteuler
- Owner: nanne007
- Created: 2012-08-31T15:32:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-31T08:17:17.000Z (about 10 years ago)
- Last Synced: 2023-07-13T19:50:54.803Z (over 1 year ago)
- Language: Ruby
- Size: 555 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Intro
The repo contains my solutions of math problems in [The Project Euler](http://projecteuler.net/).
Corresponding to one question, each folder includes the solutions and a readme file providing some tips about the solution.
Most of the codes are written by ruby.Any suggestions are welcomed!
## Still Working On!
1. [82 path sum: three ways](http://projecteuler.net/problem=82)
There is a short solution in the repo. But I just cannot figure out how it works.
Some help is needed here!2. [88: product-sum numbers](https://projecteuler.net/problem=88)
[A104173(n)](https://oeis.org/A104173) involved.