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
- Host: GitHub
- URL: https://github.com/robbieaverill/euler-rs
- Owner: robbieaverill
- Created: 2016-10-30T22:13:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T23:26:19.000Z (over 8 years ago)
- Last Synced: 2025-03-24T23:31:35.286Z (2 months ago)
- Topics: euler, euler-exercises, rust-lang
- Language: Rust
- Size: 742 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)