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

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

Awesome Lists containing this project

README

          

# Project Euler

[![Build Status](https://travis-ci.org//prabodhmeshram/project-euler.png?branch=master)](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)