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

https://github.com/g1joshi/project-euler

Solutions of Project Euler problem sets
https://github.com/g1joshi/project-euler

mathematics programming project-euler

Last synced: 10 months ago
JSON representation

Solutions of Project Euler problem sets

Awesome Lists containing this project

README

          

### [Project Euler](https://projecteuler.net) is a series of challenging problems that require mathematical and programming skills.

***

# [Problem 1](https://projecteuler.net/problem=1)
Multiples of 3 and 5
## [Solution](https://github.com/G1Joshi/Project-Euler/blob/master/Problem%20Set/Problem%201.py)
233168

# [Problem 2](https://projecteuler.net/problem=2)
Even Fibonacci numbers
## [Solution](https://github.com/G1Joshi/Project-Euler/blob/master/Problem%20Set/Problem%202.py)
4613732

# [Problem 3](https://projecteuler.net/problem=3)
Largest prime factor
## [Solution](https://github.com/G1Joshi/Project-Euler/blob/master/Problem%20Set/Problem%203.py)
6857

# [Problem 4](https://projecteuler.net/problem=4)
Largest palindrome product
## [Solution](https://github.com/G1Joshi/Project-Euler/blob/master/Problem%20Set/Problem%204.py)
906609

# [Problem 5](https://projecteuler.net/problem=5)
Smallest multiple
## [Solution](https://github.com/G1Joshi/Project-Euler/blob/master/Problem%20Set/Problem%205.py)
232792560

# [Problem 6](https://projecteuler.net/problem=6)
Sum square difference
## [Solution](https://github.com/G1Joshi/Project-Euler/blob/master/Problem%20Set/Problem%206.py)
25164150

# [Problem 7](https://projecteuler.net/problem=7)
10001st prime
## [Solution](https://github.com/G1Joshi/Project-Euler/blob/master/Problem%20Set/Problem%207.py)
104743

# [Problem 8](https://projecteuler.net/problem=8)
Largest product in a series
## [Solution](https://github.com/G1Joshi/Project-Euler/blob/master/Problem%20Set/Problem%208.py)
23514624000

***

```
Project Euler exists to encourage,
challenge, and develop the skills and
enjoyment of anyone with an
interest in the fascinating world of
mathematics.
```