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.
|
4 years ago | |
---|---|---|
data | 4 years ago | |
src | 4 years ago | |
.gitignore | 4 years ago | |
Cargo.toml | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 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