Skip to content

tmbarker/project-euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler

Introduction

Project Euler is a free series of mathematical problems, most of which are related to number theory. I decided to use Project Euler as an opportunity to learn Rust; as such I expect that my solutions will generally improve in quality and become more idiomatic as I progress through the project.

Running a Solution

Each problem solution is implemented in its own binary, and you can run any solution from the CLI as follows:

# The solution number should be prepended with the letter 'p', and padded to a length of 4
cargo run --bin p<number:0000>

# E.g.:
cargo run --bin p0001
cargo run --bin p0002

About

My Rust solutions to Project Euler problems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages