Skip to content

Rust solutions for Project Euler problems

License

Notifications You must be signed in to change notification settings

naslundx/eulerrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler solutions in Rust

Description

This project contains my solutions to Project Euler problems, implemented in Rust.

Link to the problems: https://projecteuler.net/archives

Solutions may not always be the most optimal. Instead, the focus is on readability and learning and clean code.

Running

To run a solution for a specific problem, you need rust (2021 edition or newer) and the following command:

cargo run -- N

where N is the ID of the problem you want to solve.

Progress

As of now, most of the first 50 problems have been solved.

The solutions might change over time as I learn more and improve my Rust skills.

About

Rust solutions for Project Euler problems

Resources

License

Stars

Watchers

Forks

Languages