Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amyodov/rust-projecteuler
- Owner: amyodov
- License: cc0-1.0
- Created: 2023-10-10T13:01:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T01:13:12.000Z (about 1 year ago)
- Last Synced: 2024-09-29T22:42:14.231Z (about 1 month ago)
- Topics: algorithms-and-data-structures, projecteuler, projecteuler-rust, projecteuler-solutions, rust, rust-lang, rust-language
- Language: Rust
- Homepage: https://projecteuler.net
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```