https://github.com/boxdot/projecteuler-rs
Solutions of problems on projecteuler.net in Rust.
https://github.com/boxdot/projecteuler-rs
Last synced: about 1 year ago
JSON representation
Solutions of problems on projecteuler.net in Rust.
- Host: GitHub
- URL: https://github.com/boxdot/projecteuler-rs
- Owner: boxdot
- License: apache-2.0
- Created: 2017-06-25T19:52:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T12:55:58.000Z (about 2 years ago)
- Last Synced: 2025-02-04T15:48:40.594Z (over 1 year ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Project Euler in Rust [](https://travis-ci.org/boxdot/projecteuler-rs) [](https://coveralls.io/github/boxdot/projecteuler-rs?branch=master)
Solutions of problems on [projecteuler.net](http://projecteuler.net) in Rust. The goal is to use as few external dependencies as possible. Some solutions are algorithmically non-optimal, if they still can be computed for the given input in reasonable time.
Build and run with:
```
cargo run --release
```
## License
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT License ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)