https://github.com/prabodhmeshram/project-euler
Solution to project euler problems
https://github.com/prabodhmeshram/project-euler
euler euler-project euler-solutions javascript python
Last synced: about 1 month ago
JSON representation
Solution to project euler problems
- Host: GitHub
- URL: https://github.com/prabodhmeshram/project-euler
- Owner: prabodhmeshram
- License: mit
- Created: 2017-11-25T17:58:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T19:30:15.000Z (over 8 years ago)
- Last Synced: 2024-12-31T13:24:06.513Z (over 1 year ago)
- Topics: euler, euler-project, euler-solutions, javascript, python
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Euler
[](https://travis-ci.org//prabodhmeshram/project-euler)
## Solution to **Project Euler** problems
This repository is to list down as many Euler problem solutions as possible by me in different Programming languages. Amateur or to put it best a complete newbie in major of the languages, but learning along the path all of them. A great way to hone your skills if creating a Todo App and Hello World is real boring for you. Good for a math geek or learning in the process while attempting the Euler Problems.
A very good description has been given on [Project Euler](https://projecteuler.net/about), so you can always check on that.
## Solutions
1. *Sum of Multiples of 3 and 5* [Python](https://github.com/prabodhmeshram/project-euler/blob/master/Python/Problem1/p1.py) | [Javascript](https://github.com/prabodhmeshram/project-euler/blob/master/Javascript/Problem1/p1.js)
2. *Sum of Even Fibonacci Series* [Python](https://github.com/prabodhmeshram/project-euler/tree/master/Python/Problem2/p2.py) |
[Javascript](https://github.com/prabodhmeshram/project-euler/blob/master/Javascript/Problem2/p2.js)
3. *Greatest Prime Factor* [Python](https://github.com/prabodhmeshram/project-euler/tree/master/Python/Problem3/p3.py) |
[Javascript](https://github.com/prabodhmeshram/project-euler/blob/master/Javascript/Problem3/p3.js)
4. *6 Digit Palindrome Number* [Python](https://github.com/prabodhmeshram/project-euler/tree/master/Python/Problem4/p4.py) | [Javascript](https://github.com/prabodhmeshram/project-euler/blob/master/Javascript/Problem4/p4.js)
5. *Smallest Multiple* [Pyhon](https://github.com/prabodhmeshram/project-euler/tree/master/Python/Problem5/p5.py) |
[Javascript](https://github.com/prabodhmeshram/project-euler/blob/master/Javascript/Problem5/p5.js)