simulate
simulate copied to clipboard
A collection of simulations and visualizations for all sorts of stuff (Majorly Algorithmic or Mathematical)
**Cyclogon Curve** https://en.wikipedia.org/wiki/Cyclogon **Category Proposed:** Mathematics **Additional points/links:**
Removed assets folder and used `cached_network_image` for images in simulation card
- [ ] CHANGELOG.md - [ ] CONTRIBUTORS.md - [ ] Project docs from MVG - [ ] SIMULATION_IDEAS.md These should be present on the main mkdocs site.
Issue for tracking documentation: - [x] README and CONTRIBUTING - [ ] SIMULATION IDEAS - [x] ~~Try dartdoc~~ (Using MkDocs) - [ ] #105 - [ ] Update Contributing Guide
## Changes/Additions - Lint all the files - Fix all the deprecations
Move images here: https://github.com/builtree/assets
## Changes/Additions - Added lint instructions in `analysis_options.yaml` - Formatted all the files (to pass the lint check) - Added a new workflow to check lint, build apk, and build...
**Simulation Name and Problem:** Insertion Sort Simulation is incomplete and skips steps **Proposed Solution:** Reimplement the sort() method