https://github.com/mohsen12999/project_euler_python
project euler with python
https://github.com/mohsen12999/project_euler_python
euler python
Last synced: 3 months ago
JSON representation
project euler with python
- Host: GitHub
- URL: https://github.com/mohsen12999/project_euler_python
- Owner: mohsen12999
- Created: 2019-11-11T21:25:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T07:38:23.000Z (over 2 years ago)
- Last Synced: 2025-02-12T12:45:50.129Z (10 months ago)
- Topics: euler, python
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project euler python
Solve some of project euler with python
[Project Euler Website](https://projecteuler.net/)
* :thumbsup: Problem 01: [Multiples of 3 and 5](./problem1.py)
* :thumbsup: Problem 02: [Even Fibonacci numbers](./problem2.py)
* :thumbsup: Problem 03: [Largest prime factor](./problem3.py)
* :thumbsup: Problem 04: [Largest palindrome product](./problem4.py)
* :thumbsup: Problem 05: [Smallest multiple](./problem5.py)
* :thumbsup: Problem 06: [Sum square difference](./problem6.py)
* :thumbsup: Problem 07: [10001st prime](./problem7.py)
* :thumbsup: Problem 08: [Largest product in a series](./problem8.py)
* :thumbsup: Problem 09: [Special Pythagorean triplet](./problem9.py)
* :thumbsup: Problem 10: [Summation of primes](./problem10.py)
* :thumbsup: Problem 11: [Largest product in a grid](./problem11.py)
* :sob: Problem 12: [Highly divisible triangular number](./problem12.py)
* :sob: Problem 13: [Large sum](./problem13.py)
* :thumbsup: Problem 14: [Longest Collatz sequence](./problem14.py)
* :sob: Problem 15: [Lattice paths](./problem15.py)
* :sob: Problem 16: [Power digit sum](./problem16.py)