Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indiecodermm/algo-lab
Collections of interesting algorithms. Visualized using p5.js library.
https://github.com/indiecodermm/algo-lab
algorithm astar-pathfinding conways-game-of-life p5-sketches sorting-algorithms wavefunctioncollapse
Last synced: about 4 hours ago
JSON representation
Collections of interesting algorithms. Visualized using p5.js library.
- Host: GitHub
- URL: https://github.com/indiecodermm/algo-lab
- Owner: IndieCoderMM
- Created: 2022-08-20T16:05:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T13:27:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T00:11:32.092Z (almost 2 years ago)
- Topics: algorithm, astar-pathfinding, conways-game-of-life, p5-sketches, sorting-algorithms, wavefunctioncollapse
- Language: JavaScript
- Homepage: https://indiecodermm.github.io/algo-lab
- Size: 10.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Algorithm Explorer
In these mini-projects, various algorithms are implemented using [p5.js library](https://p5js.org/).
## 🗂 Projects List
- [Map Generation with WFC](Map-generator/)
- [Game of life simulator](Game-of-life/)
- [A-star path finder](Path-finder/)
- [Sorting visualizer](Sort-visualizer/)