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

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

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)