An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Project Euler in Rust [![Build Status](https://travis-ci.org/boxdot/projecteuler-rs.svg?branch=master)](https://travis-ci.org/boxdot/projecteuler-rs) [![Coverage Status](https://coveralls.io/repos/github/boxdot/projecteuler-rs/badge.svg?branch=master)](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)