https://github.com/benschza/project-euler-rust
Project Euler computer science challenges solved using Rust.
https://github.com/benschza/project-euler-rust
Last synced: 6 months ago
JSON representation
Project Euler computer science challenges solved using Rust.
- Host: GitHub
- URL: https://github.com/benschza/project-euler-rust
- Owner: BenSchZA
- Created: 2019-02-18T20:05:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T20:14:42.000Z (over 6 years ago)
- Last Synced: 2025-02-15T23:41:47.427Z (8 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Euler using Rust
Project Euler computer science challenges solved using Rust.
## What is Project Euler?
* Project Euler is a series of computer science challenges of increasing complexity.
* These challenges are matheamtical in nature, but are well suited to being solved using computer science methodology.
* Project Euler was inspired by mathschallenge.net, a similar series of challenges for math.
* Upon completing a specific challenge, a guided solution is provided to help improve your problem solving process.See https://projecteuler.net/ for more.
## Why Project Euler in Rust?
I'm using the Project Euler challenges primarily as a way to learn Rust, while also refreshing my computer science knowledge.