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

https://github.com/robbieaverill/euler-rs

A collection of Euler problems solved in Rust
https://github.com/robbieaverill/euler-rs

euler euler-exercises rust-lang

Last synced: about 2 months ago
JSON representation

A collection of Euler problems solved in Rust

Awesome Lists containing this project

README

        

# robbieaverill/rust-euler

A collection of [Project Euler](https://projecteuler.net) challenges solved with [Rust](https://www.rust-lang.org).

## 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

* [`robbieaverill/exercism-rs`](https://github.com/robbieaverill/exercism-rs)