Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 3.07 KB

README.md

File metadata and controls

19 lines (18 loc) · 3.07 KB

Project-Euler

This is a repository containing all of my solutions found on the Project Euler website.

Python Solutions

Problem 1: Multiples of 3 and 5 - Difficulty 5%
Problem 2: Even Fibonacci numbers - Difficulty 5%
Problem 3: Largest prime factor - Difficulty 5%
Problem 6: Sum square difference - Difficulty 5%
Problem 8: Largest product in a series - Difficulty 5%
Problem 10: Summation of primes - Difficulty 5%
Problem 13: Large sum - Difficulty 5%
Problem 16: Power digit sum - Difficulty 5%
Problem 20: Factorial digit sum - Difficulty 5%
Problem 25: 1000-digit Fibonacci number - Difficulty 5%
Problem 34: Digit factorials - Difficulty 5%
Problem 45: Triangular, pentagonal, and hexagonal - Difficulty 5%
Problem 48: Self powers - Difficulty 5%
Problem 52: Permuted multiples - Difficulty 5%
Problem 145: How many reversible numbers are there below one-billion? - Difficulty 20%