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

https://github.com/duskyelf/rs-frog_sim

Blazingly fast simulation to solve for Matt Parker's Frog problem
https://github.com/duskyelf/rs-frog_sim

blazingly-fast frog-problem learning-by-doing learning-exercise matt-parker nolibraries nolibs recreational-mathematics rust

Last synced: 9 months ago
JSON representation

Blazingly fast simulation to solve for Matt Parker's Frog problem

Awesome Lists containing this project

README

          

# Frog problem simulation in Rust - Blazingly Fast

### Nothing crazy, just very quick implementation.

## Inspiration
https://www.youtube.com/watch?v=ZLTyX4zL2Fc

## Quick start
```shell
$ git clone git@github.com:DuskyElf/rs-frog_sim.git
$ cd rs-frog_sim
$ cargo run --release
```