Skip to content

A collection of Euler problems solved in Rust

Notifications You must be signed in to change notification settings

robbieaverill/euler-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robbieaverill/rust-euler

A collection of Project Euler challenges solved with Rust.

Problems:

  1. Sum of numbers below n that are multiples of 3 or 5
  2. Sum of even numbers in a Fibonacci sequence limited to 4,000,000
  3. Get the largest prime factor of 600851475143
  4. Get the highest palindromic number creates by multiplying two 3-digit numbers
  5. Get the smallest number that is evenly divisible by 1 through 20
  6. Find the difference between the sum of numbers squared and the sum of squared numbers
  7. Find the nth prime number (as argument)
  8. Find the largest product in a series

Related

About

A collection of Euler problems solved in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages