Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amyodov/rust-projecteuler

Rust language implementations of ProjectEuler tasks
https://github.com/amyodov/rust-projecteuler

algorithms-and-data-structures projecteuler projecteuler-rust projecteuler-solutions rust rust-lang rust-language

Last synced: about 1 month ago
JSON representation

Rust language implementations of ProjectEuler tasks

Awesome Lists containing this project

README

        

# Rust language solutions for [ProjectEuler](https://projecteuler.net)

----------------------------------------------------------------------

Note: some of the implementations are intentionally suboptimal algorithmically; the purpose of the code is not always
to make the perfect implementation, but to demonstrate various Rust language concepts.

For release/optimized build:

```sh
cargo build --release
```