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
- Host: GitHub
- URL: https://github.com/g1joshi/project-euler
- Owner: G1Joshi
- Created: 2020-09-19T01:23:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T16:59:20.000Z (about 5 years ago)
- Last Synced: 2025-01-08T08:48:00.257Z (12 months ago)
- Topics: mathematics, programming, project-euler
- Language: Python
- Homepage: https://g1joshi.github.io/Project-Euler/
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```