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

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.

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.