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
- Host: GitHub
- URL: https://github.com/duskyelf/rs-frog_sim
- Owner: DuskyElf
- License: mit
- Created: 2022-08-21T08:07:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T15:54:51.000Z (over 3 years ago)
- Last Synced: 2025-02-13T11:46:22.546Z (11 months ago)
- Topics: blazingly-fast, frog-problem, learning-by-doing, learning-exercise, matt-parker, nolibraries, nolibs, recreational-mathematics, rust
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```