Skip to content

gagangulyani/ProjectEulerChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ProjectEuler100 Challenge

Problems

Problem 1.

Find the sum of all the multiples of 3 or 5 below 1000.

Problem 2.

Find the sum of the even-valued terms in the Fibonacci sequence whose values do not exceed four million.

Problem 3.

The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number 600851475143 ?

Problem 4.

Find the largest palindrome made from the product of two 3-digit numbers.

Problem 5.

What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?

Problem 6.

Find the difference between the sum of the squares of the first one hundred natural numbers and the square of the sum.

Problem 7.

What is the 10,001st prime number?

About

This repo contains my solutions for first 100 solutions from Project Euler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published