solutions to project euler problems in rust
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hazel Levine c42a255478 problem 25 cleanup 3 years ago
data problem 81 3 years ago
src problem 25 cleanup 3 years ago
.gitignore problem 1 3 years ago
Cargo.toml problem 25 3 years ago
LICENSE Initial commit 3 years ago
README.md update readme 3 years ago

README.md

Project Euler solutions

They're solutions to Project Euler. In Rust. For my own learning experience.

Limitations of this challenge:

  • No problems past #100 will be published per the wishes of the authors
  • No external libraries that implement mathematical functions can be used
  • All solutions must run in under a minute ideally; considering I'm not going above 100 in this repository, 10 seconds is a more logical goal