Skip to content

siaeyy/euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler Solutions

There are solutions for Project Euler problems written in Rust.
The only rule I follow in solutions is to use only the standard library.

The main goal is to find solutions to the first 150 problems.
Currently: 15/150

You can find blogs about solutions on my blog page.
Also can find direct links to blogs in below.

Solutions:

  1. Multiples of 3 or 5
  2. Even Fibonacci Numbers
  3. Largest Prime Factor
  4. Largest Palindrome Product
  5. Smallest Multiple
  6. Sum Square Difference
  7. 10001st Prime
  8. Largest Product in a Series
  9. Special Pythagorean Triplet
  10. Summation of Primes
  11. Largest Product in a Grid
  12. Highly Divisible Triangular Number
  13. Large Sum
  14. Longest Collatz Sequence
  15. Lattice Paths

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages